Julián David
Julián David
CCConvex Community
Created by Julián David on 2/26/2025 in #support-community
Refresh token issue – Next.js with React Compiler and PPR
Do you think Convex can work with the React Compiler and Next.js using PPR? I’m having an issue with the cookie—it’s not revalidating. I’m using Next.js, Convex auth with Auth.js, PPR, and the React Compiler enabled. Every time the session needs to be refreshed, it doesn’t happen automatically, and I have to reload the browser twice to make it work. I’ve seen similar issues reported in different places, but the suggested solutions haven’t worked for me. If anyone has a hint, I’d appreciate it! I can also give access to the repo, and I’ll find time to create a reproduction example later
8 replies
CCConvex Community
Created by Julián David on 1/4/2025 in #support-community
is SITE_URL with multiple domains supported for OTPs?
I have a turborepo with two apps hosted on different domains, both using Resend magic links. In production, I need to send a different SITE_URL for each app while using the same branch. I'm trying to use redirectTo, but it doesn't seem to be accessible on the Convex side. How can I handle this?
6 replies
CCConvex Community
Created by Julián David on 12/5/2024 in #support-community
Next.js 15 (Canary) - Issue with Convex Auth Context
I'm using Next.js 15 (canary version), and everything works fine most of the time. However, occasionally after a hard reload, the middleware indicates the user is authenticated, but mutations fail because the ctx.user is undefined. For example, inside a mutation: ... const userId = await getAuthUserId(ctx) ... returns undefined, This issue seems to resolve itself after a few refreshes. What could be causing this behavior? I'm using: "@auth/core": "^0.37.4", "@convex-dev/auth": "^0.0.75", "convex": "^1.17.3", "convex-helpers": "^0.1.65",
15 replies
CCConvex Community
Created by Julián David on 10/8/2024 in #support-community
Latest version of @convex-dev/auth is with some type errors using Resend as a magic link provider
I can't use react-email either; it seems like the react config parameter to load a react template isn't working.
5 replies
CCConvex Community
Created by Julián David on 9/25/2024 in #support-community
Are image transformations supported?
I don’t see anything related in the docs.
6 replies
CCConvex Community
Created by Julián David on 9/10/2024 in #support-community
Convex Auth is not supporting Next.js RC with React 19 right?
I get this error from the @convex-dev/auth library: Attempted import error: 'createContext' is not exported from 'react' .
6 replies