eric
eric
CCConvex Community
Created by eric on 10/14/2024 in #support-community
BUG: Convex Auth Instagram Login - pkce cookie is missing
I guess this bug is on Auth.js I had the same problem with just the auth.js using prisma and pg db.
9 replies
CCConvex Community
Created by eric on 10/14/2024 in #support-community
BUG: Convex Auth Instagram Login - pkce cookie is missing
I've also tried this on auth.config.ts : export default { providers: [ { domain: process.env.CONVEX_SITE_URL, applicationID: "convex", }, ], cookies: { pkceCodeVerifier: { name: "next-auth.pkce.code_verifier", options: { httpOnly: true, sameSite: "none", path: "/", secure: true, }, }, csrfToken: { name: "next-auth.csrf-token", options: { httpOnly: true, sameSite: "none", path: "/", secure: true, }, }, }, };
9 replies
CCConvex Community
Created by eric on 10/14/2024 in #support-community
BUG: Convex Auth Instagram Login - pkce cookie is missing
I'm using "@auth/core": "^0.36.0", "@convex-dev/auth": "^0.0.72",
9 replies