We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When entering the sample site https://boilerplate.saasitive.com/ , I select the Dashboard button and arrive at https://boilerplate.saasitive.com/login?next=/dashboard . But when trying to use the back button on both Firefox and Chrome, nothing happens, and a user can't navigate back to main page without modifying the URL.
The text was updated successfully, but these errors were encountered:
Thank you @ericshively for reporting this. Looks like a bug. Will need to check the React code.
Sorry, something went wrong.
just add this line's in RequireAuth.js constructor before this.checkAuth();
RequireAuth.js
constructor
this.checkAuth();
if (this.props.history.location.pathname === "/login") { this.props.history.push("/"); }
Thank you @Elabbasy00!
I don't want to open a new issue but I'm tired to deploy on heroku with docker-compose.yml can help ? @pplonski
pplonski
No branches or pull requests
When entering the sample site https://boilerplate.saasitive.com/ , I select the Dashboard button and arrive at https://boilerplate.saasitive.com/login?next=/dashboard . But when trying to use the back button on both Firefox and Chrome, nothing happens, and a user can't navigate back to main page without modifying the URL.
The text was updated successfully, but these errors were encountered: