Tracking time of an API call
Date
instance (or using Date.now()
), and then compare the value against the record's creation time. However, then I read this about dates in Convex functions:
https://docs.convex.dev/functions/runtimes#using-randomness-and-time-in-queries-and-mutations
Is there another way to pull this off and accurately track when I receive the response from the API call?...How to query data without authentication
Buffer not defined

Latest version of @convex-dev/auth is with some type errors using Resend as a magic link provider
Supposed to return ids in random order but mostly does one image
API Functions Returning from Server but showing undefined in client

How to find a table entry from _id
Document ID length
Include relations data
npx dev --run <func> no longer works
npx dev --run <func>
no longer runs the provided function.Svelte + Clerk | Any example of how to get it working?
Vercel deployment works but 'Could not find public function for'
Application error: a client-side exception has occurred
.
And in convex deployment logs I get ...
clerk not supporting https://<site-name>.vercel.app
nextjs quickstart guide for javascript has a bug.
Send FCM notifications from convex backend
Not able to connect to Convex
Issues deploying to Fly.io
> [build 5/6] RUN npx convex deploy --cmd 'npm run build':
0.772 ✖ Error: You are not logged in. Log in with `npx convex dev` or set the CONVEX_DEPLOY_KEY environment variable.
> [build 5/6] RUN npx convex deploy --cmd 'npm run build':
0.772 ✖ Error: You are not logged in. Log in with `npx convex dev` or set the CONVEX_DEPLOY_KEY environment variable.
Union from data?
Convex Auth: react-native expo OTP throws Uncaught Error: Could not verify code
convex auth
in my react-native expo. I'm trying to implement authentication with OTP.
After having followed the documentation here https://labs.convex.dev/auth/config/otps, I, then, follow the demo project here
https://github.com/get-convex/convex-auth-example/blob/main/src/auth/SignInFormPhoneCode.tsx
...npx convex import - always pushes to the same/wrong project
npx convex import
... , the data always gets written to the wrong project in my account.
- I only have 2 projects in my account. Projects A & B. I would like to import data into project B. If it matters, project A was created first. ...