Site is being self-redirected infinitely

What is the name of the domain?

https://0e95f2ea.extension-rocks.pages.dev/

What is the error number?

endless self-redirect

What is the error message?

browser keeps redirecting

What is the issue you’re encountering

expected web page is not loading, but keep self-redirecting

What feature, service or problem is this related to?

I don’t know

Source code of the web page does not match the built file

It’s not a server redirect; you have this in your HTML:

<meta http-equiv="refresh" content="0; url=https://0e95f2ea.extension-rocks.pages.dev"

How are you building the site?

by running yarn generate, the real source code should be in /dist/index.html, instead of one line <meta http-equiv="refresh" content="0; url=https://0e95f2ea.extension-rocks.pages.dev "...

yarn generate could be anything. Whatever framework or site generator you’re using is putting that in your HTML. You’ll probably have more success looking for help with whatever framework you’re using.

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.