Back to Troubleshooting

Troubleshooting

Blank screen after login — fix the redirect loop

If you see a blank dashboard or ERR_TOO_MANY_REDIRECTS, your session cookie is stale. Hard-refresh to fix.

2 min read·Updated 2026-06-30

Quick answer

Stale session cookies after a deploy can cause a redirect loop or blank dashboard. Hard-refresh your browser (Ctrl + Shift + R on Windows/Linux, Cmd + Shift + R on Mac). If that doesn't work, clear cookies for easedesk.com or open an incognito window and log in again.

Symptom

You log in, see a flash of the dashboard, then a blank screen. Sometimes the browser shows ERR_TOO_MANY_REDIRECTS.

Root cause

When Easedesk deploys a new version, server-side sessions get invalidated. If your browser still has the old session cookie, the middleware sees 'logged in' but the layout sees 'not logged in' — they bounce you back and forth.

Fix

1. Hard-refresh: Ctrl + Shift + R (Cmd + Shift + R on Mac).

2. If still blank, clear cookies for easedesk.com (browser → Settings → Privacy → Cookies → easedesk.com → Remove).

3. As a last resort, open an Incognito/Private window and log in fresh.

Frequently asked questions

Why does this happen?
Server-side sessions are invalidated when we deploy. Old browser cookies become 'orphaned' and confuse the auth chain.
Do I lose data?
No. All data is server-side. You only lose the local browser session.
Is this happening to other tenants?
Only users who had Easedesk open during a deploy. Fresh logins after the deploy work normally.
loginblankredirectcookiesstale

Related articles

Still have questions?

Use the AI Assistant inside Easedesk (it has access to your data), or reach our team.

Contact support

Command Palette

Search for a command to run...