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
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.
The text was updated successfully, but these errors were encountered:
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"
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.
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.
The text was updated successfully, but these errors were encountered: