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

Rails-admin redirects you to the home page after creating a new game #514

Open
camdenmoors opened this issue Jun 30, 2020 · 2 comments
Open

Comments

@camdenmoors
Copy link
Collaborator

After you create a new game when setting up the board, it redirects you to the home page with a message saying "You are already signed in". It's a pretty small bug but one of the first things someone would experience after setting up the board.

signedin

@rbclark
Copy link
Contributor

rbclark commented Jun 30, 2020

Yeah I noticed this as well, its not ideal so if its an easy fix we should change it. I think the issue is rails-admin is redirecting after the game is created back to the previous page that the user came from (which was the sign-in page), and the sign-in page is redirecting back home and saying "you are already signed in"

@Domur
Copy link
Contributor

Domur commented Oct 18, 2021

Looks like it is a default behavior by rails admin to redirect to the previous page. After some searching, I wasn't able to find anything that would address this which leads me to believe it isn't an easy fix.

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

3 participants