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. ...Is there a way to control the websocket reconnect backoff?
Attempting reconnect in 22248.468971814553ms
Attempting reconnect in 22248.468971814553ms
a little confused about getManyVia
features
which stores different feature options and joiner table property_features
which connects the features to properties and has an additional details
field for property specific information per feature.
I'm trying to get all the property features (name, as well as the details), so I thought that getManyVia would be the best option to use, but I'm only getting the names but not the details. Have I misunderstood how this works?
extract from schema
...Help with loading images from image id in a table and image sitting in the Files
Stuck at "Parsing uploaded data"
How can i check if I'm on production or on development?