-
Notifications
You must be signed in to change notification settings - Fork 8
Description
Dear author,
I am trying to run this application but I cannot make it work. Potentially, the README could need some more instructions. I followed the few commands that are listed there plus some additional tweaking but without any success.
- All ENV variables set to valid projects and URLs
- the Convex project is up and running (no tables, function tho)
- Clerk with JWT template set up
The app starts, I am able to sign in e.g. via Google, then the app throws app-index.js:33 Failed to authenticate: "No auth provider found matching the given token", check your server auth config After "User" message sent via WS to the Convex.
The Convex dashboard shows nothing in logs though. There are no functions or authentication provider in the dashboard either. Isn't there some missing piece of configuring the database in the Convex project or something? The command npx convex dev shows this and then terminates.
$ npx convex dev
⠋ Preparing Convex functions...
⠼ Preparing Convex functions...The directory convex is filled with files that seem like a stuff that should initialize the database but it doesn't happen.
What are the next steps to make the authentication and app work?
Thanks for your work and help!
Frank
