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
GitHub Pages doesn’t support routers that use the HTML5 pushState history API under the hood (for example, React Router using browserHistory). This is because when there is a fresh page load for a url like http://user.github.io/todomvc/todos/42, where /todos/42 is a frontend route, the GitHub Pages server returns 404 because it knows nothing of /todos/42.
Description:
Accessing the URL - https://demo.kedro.org/experiment-tracking directly in the browser leads in 404
This is a deployment bug and also blocks PRs with CI docs build failure - https://readthedocs.org/projects/kedro-viz/builds/25360375/
Context:
GitHub Pages doesn’t support routers that use the HTML5 pushState history API under the hood (for example, React Router using browserHistory). This is because when there is a fresh page load for a url like http://user.github.io/todomvc/todos/42, where /todos/42 is a frontend route, the GitHub Pages server returns 404 because it knows nothing of /todos/42.
Possible solution:
More information and possible solutions are mentioned here - https://create-react-app.dev/docs/deployment/#github-pages
cc: @rashidakanchwala
The text was updated successfully, but these errors were encountered: