Francky
Francky•2d ago

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:
"Failed to authenticate: "No auth provider found matching the given token", check your server auth config"
"Failed to authenticate: "No auth provider found matching the given token", check your server auth config"
export default {
providers: [
{
domain: '<MY DOMAIN>',
applicationID: "<MY APP ID>",
},
],
};
export default {
providers: [
{
domain: '<MY DOMAIN>',
applicationID: "<MY APP ID>",
},
],
};
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? Thanks
3 Replies
Convex Bot
Convex Bot•2d ago
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!
Francky
FranckyOP•2d ago
tried the .site and .cloud url, still no luck found my issue... applicationId must be convex 😅
erquhart
erquhart•2d ago
Glad it was an easy fix!

Did you find this page helpful?