Using Convex Triggers Across Multiple Frameworks: Jetpack Compose, SwiftUI, and Next.js
convex auth.getUserIdentity() is inconsistent
nextjs
app, I have upgraded convex-dev/auth
to the latest version 0.0.71
. I went through the documentation and correctly setup authentication including properly setting up the middleware. (also I use email provider with resend
).
Now in my app, after login, I navigate to route /partners
. This route accesses the session user (in the backend) by calling contex.auth.getUserIdentity()
. This first call works fine as it returns the logged in user object.
But when I navigate to the subroute /partners/[id]
and makes the same call, this time it returns an empty. If I go back to the previous screen and refresh the page, I'm able to get the user object just fine....Problem with internalAction
Nextjs server actions does not work with revalidatePath
Issue with convex auth
Cancel Running Action
Convex’s use of server vs client caching
File serving in a nextjs app via http action authenticated with clerk
Re execute query with React when parameter change
How to query an array in filter or withIndex
npx convex dev Doesn´t do anything after setup

Connection to database never establishes

Convex Auth with nuxt/js
auth/core and convex-dev/auth seem to have diverged in typing

User Profile creation on signup
React Native Quickstart Error
How to use Buffer in httpRouter?
TeamNotFound
What’s the best way to connect Convex DB to external services?
Convex + Nextjs using preloadQuery inside layout.tsx