Replies: 1 comment
-
I had a similar problem but in my case the cause was the manipulation of the window history: window.history.replaceState({}, '', '#useCases'); I didn't notice that with the first parameter set to window.history.replaceState(history.state, '', '#useCases'); |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have been working in this repo a Svelte project that is deployed as a static website in ipfs:
https://github.com/anagolay/anagolay.network/tree/7-page-not-found-but-the-url-is-correct
(This is the branch where I want to fix this)
One of my navBar has the following links:
Steps to reproduce the bug:
This should lead to
/index.html#useCases
. Instead, it leads to theerror page
.But the URL is correct. If the page is refreshed, It loads
index.html
Beta Was this translation helpful? Give feedback.
All reactions