sneakyf1shyS
Convex Community8mo ago
33 replies
sneakyf1shy

No auth provider found

since around yesterday, my already working auth setup suddenly broke and now I can’t use auth at all. The setup is custom JWT using better auth JWKS

Uncaught Error: No auth provider found matching the given token
    at async <anonymous> (../../convex/chat_http_action.ts:60:13)
    at async invokeFunction (../../node_modules/convex/src/server/impl/registration_impl.ts:80:11)
    at async invokeHttpAction (../../node_modules/convex/src/server/impl/registration_impl.ts:442:0)
    at async <anonymous> (../../node_modules/convex/src/server/router.ts:322:16)


seems like there are no more requests to the JWKS endpoint at all
Was this page helpful?