mikeysee
mikeysee•5mo ago

GET /.well-known/openid-configuration is 404'ing with Convex Auth

I have recently implemented Convex Auth in my app, and it was all working fine yesterday but when I came to it this morning I am getting this error in my logs when trying to log in. I added a http action at the end of the day yesterday, could that have affected it?
No description
2 Replies
Michal Srb
Michal Srb•5mo ago
Yeah, if you removed the setup from your http.ts file, see https://labs.convex.dev/auth/setup/manual#configure-httpts
Manual Setup - Convex Auth
Authentication library for your Convex backend
mikeysee
mikeyseeOP•5mo ago
Oh so dumb of me of course! Thanks @Michal Srb 🙂