When running locally, anonymous the auth.config.ts is ignored by Convex?
I'm running an app locally in anonymous mode and my authentication defined in
convex/auth.config.ts
is not provisioned. This works fine when running on local or cloud versions. The message I get on the console is:
*Failed to authenticate: "No auth provider found matching the given token (no providers configured). Check convex/auth.config.ts.", check your server auth config
*
npx convex dev -v --local
also produces this:
Skipping convex/auth.config.ts that contains multiple dots
Please advise if you have any tips.
Cheers
Pietro2 Replies
Thanks for posting in <#1088161997662724167>.
Reminder: If you have a Convex Pro account, use the Convex Dashboard to file support tickets.
- Provide context: What are you trying to achieve, what is the end-user interaction, what are you seeing? (full error message, command output, etc.)
- Use search.convex.dev to search Docs, Stack, and Discord all at once.
- Additionally, you can post your questions in the Convex Community's <#1228095053885476985> channel to receive a response from AI.
- Avoid tagging staff unless specifically instructed.
Thank you!
What do you mean by "anonymous mode"