getting error after deployment on vercel
I don't recommend concatenating it into a string
how to refresh JWTs before they expire
jwt.durationMs
is an hour and it seems like convex-auth does not automatically refresh jwt. Am I responsible for refreshing the JWT before it expires? Or did I misconfigure something? I am using Next.js, and I am handling auth stuff with middleware like below.
```ts
import {
convexAuthNextjsMiddleware,...Convex auth: auth.getSessionId returns null
convex auth
lib in my nextjs
app. Now I'm attempting to retrieve the session id
or the logged in user
in my server function (query). Following the tutorial here https://labs.convex.dev/auth/authz#use-authentication-state-in-backend-functions, calling auth.getSessionId(ctx)
or auth.getUserId(ctx)
returns null.
The auth
object has been properly setup
```typescript
import Resend from "@auth/core/providers/resend";...Best way to retrieve a large amount of data from a table?
conversation id undefiend error
Can't resolve node package when i use npm convex dev
Sorting records randomly
SORT BY random
implementation, but was wondering if Convex had something similar out of the box to implement this feature.
Else I'm open to advice on how to pull off something like this....fetchQuery fails inside clerkMiddleware (clerk/nextjs)
[ConvexAuth]: ERROR Auth token is not a valid JWT, cannot refetch the token
password-code
provider and flow signIn
...Convex Ents: how to express optional reference in 1 to many relationship?
Convex Ents: when defining m:m relationships, must the junction table have its own defineEnt()
[ConvexAuth]: additional fields passed to signIn, added to user document?
signIn
from useAuthActions
like for example, here when i sign up my user, i let them define a name in my signup component.
```ts...Conex Auth fatal error
Integrating Clerk with Expo and Convex
Faster websocket connection? Or skip websocket connection?
How to cascade delete an entity and all references to it in other entities
Convex Auth: InvalidSecret
Hover/select in dashboard project selector is confusing
Unable to push deployment config to convex cloud