You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello , i recently changed the ip address of my Hetzner Server , but this broke google provider login in my next auth.
the domain is not changed , so i dont know how this would break the callbacks. all env variables are correct .
here more info about the error:
2025-06-26T09:19:24.310757095Z [next-auth][error][OAUTH_CALLBACK_ERROR] 2025-06-26T09:19:24.310827467Z https://next-auth.js.org/errors#oauth_callback_error expected 200 OK, got: 403 Forbidden { 2025-06-26T09:19:24.310838388Z error: i: expected 200 OK, got: 403 Forbidden 2025-06-26T09:19:24.310844149Z at e.exports (/app/.next/server/chunks/1050.js:39:35821) 2025-06-26T09:19:24.310849649Z at /app/.next/server/chunks/1050.js:39:31036 2025-06-26T09:19:24.310855079Z at process.processTicksAndRejections (node:internal/process/task_queues:95:5) 2025-06-26T09:19:24.310860760Z at async _.y (/app/.next/server/chunks/1050.js:39:31362) 2025-06-26T09:19:24.310867052Z at async G.validateJWT (/app/.next/server/chunks/1050.js:39:10732) 2025-06-26T09:19:24.310872662Z at async G.validateIdToken (/app/.next/server/chunks/1050.js:39:6764) 2025-06-26T09:19:24.310878202Z at async G.callback (/app/.next/server/chunks/1050.js:39:3002) 2025-06-26T09:19:24.310883612Z at async l (/app/.next/server/chunks/1050.js:6:123817) 2025-06-26T09:19:24.310889072Z at async Object.c (/app/.next/server/chunks/1050.js:30:781) 2025-06-26T09:19:24.310918537Z at async _ (/app/.next/server/chunks/1050.js:6:106101) { 2025-06-26T09:19:24.310924158Z name: 'OAuthCallbackError', 2025-06-26T09:19:24.310929518Z code: undefined 2025-06-26T09:19:24.310934838Z }, 2025-06-26T09:19:24.310940148Z providerId: 'google', 2025-06-26T09:19:24.310945558Z message: 'expected 200 OK, got: 403 Forbidden' 2025-06-26T09:19:24.310951138Z }
Beta Was this translation helpful? Give feedback.
All reactions