I want to deploy my website that uses convex development environment, how do I deal with SITE_URL?
xyz-test.com
how can I manage different SITE_URL in this case?Convex Auth with Next js always return null both in server and client?
convex auth: Unable to decode ID: Invalid ID length 5
Uncaught (in promise) Error: [Request ID: 5dfe7ffe2f531b80] Server Error
Uncaught Error: Uncaught Error: Invalid argument
id for
db.get: Unable to decode ID: Invalid ID length 5
...When does a mutation commit?
Using googleapis
googleapis
to list emails . Does anyone know how to get the access_token/refresh_token to use them here oauth2Client.setCredentials({ access_token: session?.accessToken });
Maybe there is another way to use googleapis
?...Problem with building @convex-dev/auth@0.0.50 in deployment
ConvexAuthNextjsProvider
and was hit with this error, any idea how I can resolve it?...await ctx.auth.getUserIdentity() returns null in http action
frustrated when deploying to vercel
Convex Query Cache context not reachable for useQuery
register
key of the object is null, which is what causes it to throw. I have a lot of providers, including my own custom ones, and I've never had one inexplicably not have a context value make it down the tree.
I don't have a repro put together or anything, but just wanted to see if anyone had run into this, or had any ideas....How to explicitly set the current page in a nextjs paginated query?
nextjs
application, I have a use case where user can "jump" to a specific page and not only progress sequentially. For that user can indicate this url parameter ?page=n
. How can I apply this parameter in my paginated query? In other words, I have created my paginated query function:
```typescript
export default query({
args: {
paginatedOpts: paginationOptsValidator,...High usage when reactively querying large objects
Authentication fails on the server when the client crashes
Is it possible to add 'Functions breakdown By Time' aswell
Does withIndex().order().first() scan all documents?
Is convex capable to handle facebooks like traffic?
native join
Query organizations that belong to one user
Clicking the copy icon doesn't work in the dashboard
Help running an internal query
npx convex dev
is running.
Here's what I'm doing:
In packages/convex-server/convex/server/internal.ts
, I define the internalQuery
: ...