sneakyf1shy
sneakyf1shy
CCConvex Community
Created by sneakyf1shy on 5/22/2025 in #support-community
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)
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
12 replies