FranckyF
Convex Community8mo ago
4 replies
Francky

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"


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
Was this page helpful?