I use convex auth for my authentication. The authentication provider I used is Google oauth. When I sign in with Google, I get GET /api/auth/callback/* 302 on the logs and got the error below on the browser console.
[CONVEX FATAL ERROR] Auth provider discovery of https://precious-dachshund-631.convex.site failed
Uncaught Error: [CONVEX FATAL ERROR] Auth provider discovery of https://precious-dachshund-631.convex.site failed
at 311-3255b76b5959bd09.js:2:23919
at A.onMessage (311-3255b76b5959bd09.js:2:23928)
at WebSocket.<anonymous> (311-3255b76b5959bd09.js:2:11222)
I did not get any error of the sort in the dev deployment only in the production.