Error in Server Component
Arduino Integration
Connecting backend to frontend and facing issues with convex
Having trouble with implementing open ai to AI Chat using OpenAI's Assistants API template
python-convex db query
Convex react client requires url
convex-auth template error getAuthUserId
npm create convex -- -t get-convex/convex-auth-example
, follow the setup and then do npx convex dev
I get the error:
```convex/messages.ts:1:10 - error TS2305: Module '"@convex-dev/auth/server"' has no exported member 'getAuthUserId'.
...Migrating a DB and Relationships
_id
in the objects unless we have a Snapshot.
See here: https://docs.convex.dev/database/import-export/import#features
I'm totally fine with Convex creating new _id
s, but I don't understand how relationships can be maintained when migrating from another service where I don't have the Snapshot. ...arg validation error
Google API Authentification Integration Help
ctx.db.insert not returning id
Questions on environment variables and external packages.
ctx.db undefined
Unexpected error when authorizing - are you connected to the internet?TypeError: fetch failed
npx run dev
) and receving this error. Can someone help?Unhandled Runtime Error
building app for web and mobile
Self-hosting ( convex on premise )
Trouble using useQuery and convexQuery with queries that use ctx.auth.getUserIdentity()
useQuery()
(from convex/react
) or the @convex-dev/react-query
package's convexQuery()
functions to call query()
functions in my Convex API that check ctx.auth.getUserIdentity()
as an auth guard mechanism.
In other places in my nextjs project (server actions), I can invoke such query functions by adding a third argument with an auth token, like this:
```ts...Advice Optimizing Search and Filters