Is there a cached query version of usePagniatedQuery?
convex auth causes browser "leave site?" prompt on every redirect e.g. stripe or auth
IdTokenExpired on using convexAuthNextjsToken in production
Convex Monorepo Issue (react-dom native)
"react-native-tab-view": "^3.5.2",
my native apps break.
i get the same error when i install other modules too. I don't see the connection between the packages i'm installing and the error.
I haven’t touched any other part of the repo yet. ...`withOptimisticUpdate` with custom (auth) mutations
Showing save status with optimistic update
isServerValue
which is set to true
on the convex query and false
in the optimistic update...
Does anyone have better ideas?...`convex-test` could not find the "_generated" directory
convex-test
and wrote a very simple test at the root of my /convex
folder. Running it produces an error:
Error: Could not find the "_generated" directory, make sure to run `npx convex dev` or `npx convex codegen`. If your Convex functions aren't defined in a directory called "convex" sibling to your node_modules, provide the second argument to `convexTest`
Error: Could not find the "_generated" directory, make sure to run `npx convex dev` or `npx convex codegen`. If your Convex functions aren't defined in a directory called "convex" sibling to your node_modules, provide the second argument to `convexTest`
_generated
directory is present and my convex functions are all in /convex
at the root of my project. Not sure what might be the issue....Query Speed Up
Deleting users with Convex Auth
users
table throws an error if you try to sign up with the same email.
``
Error: [CONVEX A(auth:signIn)] [Request ID: af708226cadf810c] Server Error
Uncaught Error: Uncaught Error: Could not update user document with ID
k174brjwcmhn3gsa85rymdcr4n6zw26q, either the user has been deleted but their account has not, or the profile data doesn't match the
users` table schema: Update on nonexistent document ID k174brjwcmhn3gsa85rymdcr4n6zw26q...Guarantees for the timing of scheduled functions
Redirecting unauthenticated users? Convex Auth + TanStack Router
/settings
route and I want to redirect unauthenticated users away to /signin
. I found the docs in TanStack Router for how to set up a redirect on beforeLoad
but I don't know how to check for isAuthenticated()
using Convex Auth. Help?
https://tanstack.com/router/latest/docs/framework/react/guide/authenticated-routes#redirecting...How to define a type that is the return type of a Convex query
Convex Auth - User maintenance
Uptime monitoring
joinplayroom
Convex Auth on React Native (expo)
How to easily update a single nested field?
withOptimistic in fetchMutation
Preload<typeof api.dbquery>
Preload<typeof api.dbquery>
schema validation conflicts too verbose
Convex Auth 'Invalid verifier' on safari