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
{{ message }}
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.
I cloned the repo from github ran npm install and then npm run build:prerender && npm run serve:prerender. I open localhost:8080 and I get
"This page isn’t working localhost sent an invalid response.
ERR_INVALID_REDIRECT" in chrome.
Could this be a versioning problem on my end? Or is it a bug?
I don't see any errors in the console in browser or command line.
The text was updated successfully, but these errors were encountered:
I saw a similar issue when I first tried with this repo - at first I thought it was something I was doing wrong. When I tried opening: localhost:8080/index.html - the page loaded and the links to the lazy and nested lazy pages also display as expected.
If I try and view the source on the lazy page I see the following error: This page isn’t working
localhost redirected you too many times.
Try clearing your cookies.
ERR_TOO_MANY_REDIRECTS
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I cloned the repo from github ran npm install and then npm run build:prerender && npm run serve:prerender. I open localhost:8080 and I get
"This page isn’t working localhost sent an invalid response.
ERR_INVALID_REDIRECT" in chrome.
Could this be a versioning problem on my end? Or is it a bug?
I don't see any errors in the console in browser or command line.
The text was updated successfully, but these errors were encountered: