Convex Auth with Bolt
Hi there, I want to use Convex + Convex Auth in Bolt (hackathon), I've set it all up, it creates the account nicely with Username + password but I keep facing this issue:
I've created the JWT KEY and JWKS externally as running the script within bolt terminal doesn't work then copied the values to my convex env but I'm stuck with that error...
I tried to set the SITE_URL to
localhost:5174
or the bold container url but none of those options work...
Any advice? Thanks3 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!
tried the
.site
and .cloud
url, still no luck
found my issue... applicationId must be convex
😅Glad it was an easy fix!