Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No redirection after Page not found #253

Open
ShirinovAdil opened this issue Dec 22, 2020 · 0 comments
Open

No redirection after Page not found #253

ShirinovAdil opened this issue Dec 22, 2020 · 0 comments

Comments

@ShirinovAdil
Copy link

When going to the URL path that doesnt exists, a spinner with Page not found appears and keeps spinning. There is no auto redirection nor menu to navigate to the homepage.
issue

Potential issue source code
I believe the issue is on the React side, precisely
https://github.com/job-hax/frontend/blob/master/src/components/App/App.jsx line 631

 if (this.state.isAuthenticationChecking)
      return <Spinner message="Connecting..." />;
    else if (isUserLoggedIn && !this.state.active)
      return <Spinner message="Reaching your account..." />;
    else if (!this.pages.includes(page))
      return <Spinner message="Page not found!" />;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant