From c9af66c83f5d41bbdb907e78e3d5688395a8aad7 Mon Sep 17 00:00:00 2001 From: Ekkasit Samathimankong Date: Wed, 18 Feb 2026 20:51:07 +0000 Subject: [PATCH 1/3] fix: use userId instead of id in findOrFetchUser Prisma where clause --- apis/api-users/src/schema/user/findOrFetchUser.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apis/api-users/src/schema/user/findOrFetchUser.ts b/apis/api-users/src/schema/user/findOrFetchUser.ts index 5ff8a2089e5..5097a1a75c4 100644 --- a/apis/api-users/src/schema/user/findOrFetchUser.ts +++ b/apis/api-users/src/schema/user/findOrFetchUser.ts @@ -19,7 +19,7 @@ export async function findOrFetchUser( if (existingUser != null && existingUser.emailVerified == null) { const user = await prisma.user.update({ where: { - id: userId + userId }, data: { emailVerified: false @@ -86,7 +86,7 @@ export async function findOrFetchUser( do { user = await prisma.user.update({ where: { - id: userId + userId }, data }) From 0fdaa58428d9a58c23c625b6d8df4b0c5cefe510 Mon Sep 17 00:00:00 2001 From: Ekkasit Samathimankong Date: Thu, 19 Feb 2026 21:49:27 +0000 Subject: [PATCH 2/3] fix: use plain iframe for YouTube videos in Instagram Android WebView Video.js with videojs-youtube plugin fails to play YouTube videos in Instagram's Android in-app browser due to YouTube IFrame API restrictions. Detect Instagram Android WebView and render a plain