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
When accessing the experiment tracking page directly via the URL https://demo.kedro.org/experiment-tracking, a 404 error is returned. This issue only occurs when accessing the page directly via the URL, while navigation through the site’s tabs works as expected.
Context
This bug affects our ability to access the experiment tracking page directly via a URL, which is important for user experience and ease of access.
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
When accessing the experiment tracking page directly via the URL https://demo.kedro.org/experiment-tracking, a
404
error is returned. This issue only occurs when accessing the page directly via the URL, while navigation through the site’s tabs works as expected.Context
This bug affects our ability to access the experiment tracking page directly via a URL, which is important for user experience and ease of access.
Steps to Reproduce
404
error.Expected Result
The experiment tracking page should load.
Actual Result
Checklist
The text was updated successfully, but these errors were encountered: