Logged in dashboard constantly refreshing

Issue Summary

  • After logging in ghost dashboard constantly refreshes / stays in loading state

Steps to Reproduce

  1. Sign in to ghost
  2. Verify if necessary
  3. Wait for homepage to load

I can provide a short video if possible


Setup information

Unfortunately I cannot verify what versions I’m using since it’s impossible to access my site information. I believe we are on the latest version of Ghost.

Ghost Version
See above

Node.js Version
See above

How did you install Ghost?
See above

Provide details of your host & operating system
See above

Database type
See above

Browser & OS version
Chrome Version 144.0.7559.60

Relevant log / error output
Copy and paste any relevant log output. Use backticks to format this into code.

Are you hosted somewhere, or are you self-hosted? If you’re self hosted, you definitely have access to information about Node, and how you installed Ghost.

My suspicion is that you’ve got your browser settings or an ad-blocker/privacy tool set to reject cookies. Ghost can’t set a cookie to keep you logged in, so it repeatedly bounces you back there. Try another browser, or try temporarily disabling all extensions. Does that fix it?

Another source of debugging information would be to look at the browser’s console logging, visible by pressing F12 and then selecting the console tab. What’s it saying, particularly if you see anything red?

Disabling all extensions seemed to fix it! Thank you

1 Like