Migration help to convex
How would you architect this in Convex?
Chaining optimistic updates?
Is there anyway to prevent the convex window from opening up every time I run the app in dev?
How to manually create an authAccount to go with a user in Convex Auth?
user rows and then later let humans claim those user (profiles) and create a proper authAccount row to go with them. I've created a table of invitations, which include hashed tokens, and mutation to create an invite and email the human in question. I'm now stuck on the human claiming the user (profile). I suspect adding a new ConvexCredentials provider might be a solution which uses the token to sign the user in, but the documentation for ConvexCredentials is sparse an...No types in ide
api. is any. the type of api is FilterApi<ApiFromModules<{
I keep getting the eslint error Unsafe assignment of an error typed value...deploymentURL is undefined
GET /.well-known/appspecific/com.chrome.devtools.json 404 in 1045ms
deploymentUrl is undefined, are your environment variables set? In the future explicitly passing undefined will cause an error. To explicitly use the default, pass `process.env.NEXT_PUBLIC_CONVEX_URL`.
GET /.well-known/appspecific/com.chrome.devtools.json 404 in 1045ms
deploymentUrl is undefined, are your environment variables set? In the future explicitly passing undefined will cause an error. To explicitly use the default, pass `process.env.NEXT_PUBLIC_CONVEX_URL`.
Error: Unable to start push to [...]
Convex Auth - re-rendering / caching issue in NextJS
use-user hook tend to flash with a loading state and I would like to avoid this. Any help would be much appreciated. I initially tried this without using the react-query wrapper, but the problem persists in both cases.
Related packages I'm using:
```
"@auth/core": "0.37.0",...My Convex deployments are consistently timing out
npx convex deploy, the command executes for exactly 60 seconds and then fails with a timeout error.
Command Executed:
npx convex deploy...Hello, I'm having a problem with my `tenants`.
Are concurrent inserts and updates not possible on Convex?
taskExecutions which has a status and startAt field with an index on them - index('by_status_startAt', ['status', 'startAt']). During some intervals I'm inserting a lot of new documents and updating a lot of documents which have status=ready and startAt<=current_time-500ms. These index ranges should never conflict and new inserted documents have startAt more than the current time and the updates are doing updates on documents with olders startAt. But I'm get...Some users are experiencing WebSocket closed with code 1011: InternalServerError
How to pass the http request object as an argument
use node directive. I call the node action from within the http action, but need to pass the request object to the node action.
```
convex/myFunctions.ts
...Error: Unable to start push on schema change
pnpx convex dev and I'm not quite sure how to fix it. It is constantly re-trying to upload the changes to convex but I am always getting this error:
```json
Failed due to network error, retrying in 729.66ms...
✖ Error: Unable to start push to https://dashing-curlew-734.convex.cloud...Unable to start push | schemaChange indexDiffs
Our convex is current under attack from spamming account creation

