ChatGPT login loop stuck refreshing page
You click "Log in" on ChatGPT and land right back at the login screen — over and over. This infinite loop hits thousands of users weekly, across browsers and devices, and it's almost always a cookie or cache issue blocki
ChatGPT login loop stuck refreshing page
You click "Log in" on ChatGPT and land right back at the login screen — over and over. This infinite loop hits thousands of users weekly, across browsers and devices, and it's almost always a cookie or cache issue blocking the session handshake.
What's actually happening
When you authenticate with OpenAI, your browser stores session cookies from `chat.openai.com` and `auth0.openai.com`. If these cookies conflict with cached data, expire mid-login, or get blocked by privacy settings, the login completes on OpenAI's servers but your browser never receives the session token. You refresh, the cycle repeats, and you stay stuck at the login gate.
This same symptom appears when browser extensions (especially ad blockers, VPNs, or privacy tools) strip authentication headers or redirect traffic. Safari users on iOS 17+ see this frequently due to Advanced Tracking Prevention blocking cross-site cookies. Chrome Incognito users hit it when third-party cookies are disabled by default.
The error leaves no visible message — you just loop. OpenAI's systems see successful logins in their logs while your browser thinks you never authenticated.
How to fix it
1. Clear ChatGPT cookies and cache
In Chrome: Press `Ctrl+Shift+Delete` (Windows) or `Cmd+Shift+Delete` (Mac). Select "Cookies and other site data" and "Cached images and files". Change time range to "All time". Click "Clear data". Close all ChatGPT tabs, restart your browser, then visit `https://chatgpt.com` fresh.
In Safari: Go to Safari menu → Settings → Privacy → Manage Website Data. Type "openai" in the search box. Select all OpenAI entries and click "Remove". Then go to Safari menu → Clear History, select "all history", and confirm.
In Firefox: Press `Ctrl+Shift+Delete`, check "Cookies" and "Cache", select "Everything" for time range, click "OK". Restart Firefox before logging in again.
2. Disable extensions temporarily
Open an Incognito or Private window (extensions are usually disabled there). Try logging in to ChatGPT. If it works, an extension is causing the loop. Go to your extensions page (`chrome://extensions` or equivalent), disable extensions one by one starting with ad blockers, VPNs, privacy tools, and password managers. Test login after each disable.
Common culprits: uBlock Origin, Privacy Badger, Ghostery, NordVPN browser extension, Brave Shields.
3. Allow third-party cookies for OpenAI
In Chrome: Go to Settings → Privacy and security → Third-party cookies. Select "Allow third-party cookies" or add `[*.]openai.com` to the "Sites that can always use cookies" list.
In Safari: Settings → Privacy → uncheck "Prevent cross-site tracking" temporarily, then try logging in. Re-enable it after your session is established.
4. Try a different browser
If you're stuck in Safari, download Chrome or Firefox and try there. If you're in Chrome, try Edge. A fresh browser eliminates all cached conflicts instantly. Once you log in successfully elsewhere, you can troubleshoot your main browser.
5. Check your network
Corporate networks, school Wi-Fi, and public hotspots often block authentication domains. Try switching to mobile data or a home network. If you're using a VPN, disconnect it completely — VPN IP reputation issues can trigger security blocks that look identical to login loops.
If that doesn't work
You might have a browser fingerprint issue preventing login or your account could be flagged for verification. Check your email for messages from OpenAI about suspicious activity or required verifications.
Visit `https://platform.openai.com/account` directly (not through chat.openai.com). If you can log in there but not ChatGPT, the issue is specific to the chat interface — try the ChatGPT mobile app instead while OpenAI investigates.
Contact OpenAI through `https://help.openai.com/en/` and select "ChatGPT" → "I can't log in". Include your exact browser version, operating system, and whether the loop happens in Incognito mode. Response typically takes 24-48 hours. You can find more details on how to contact OpenAI support.
Questions people actually ask
Q: Does this mean my account is banned?
A: No. Banned accounts show explicit "Your account has been deactivated" errors. Login loops are technical issues, not account suspensions.
Q: Will I lose my chat history if I clear cookies?
A: No. Your chat history is stored on OpenAI's servers, not in browser cookies. Clearing cookies only removes your local session — you'll see all conversations once you log back in.
Q: Why does this keep happening every few days?
A: Your browser is likely re-blocking cookies each session. Permanently add `[*.]openai.com` to your allowed sites list in privacy settings, or switch to a browser with less aggressive tracking prevention.
What to remember
- Clear all cookies and cache for `openai.com` and `auth0.openai.com` completely
- Test in Incognito mode to isolate extension conflicts
- Allow third-party cookies specifically for OpenAI domains
- Corporate networks and VPNs frequently cause authentication loops
- If stuck after these steps, try the main ChatGPT troubleshooting guide for broader connection issues
---
*openai-support.com is an independent resource, not affiliated with OpenAI Inc.*