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
Right now, the app only redirects users to the login screen if they are unauthenticated when an API request happens. It should redirect users to the login page when directly visiting pages like https://comrad.kgnu.org/reporting/charting
The text was updated successfully, but these errors were encountered:
@seankwilliams Do you supposed this needs to be fixed by adding some sort of "isLoggedIn" conditional on each affected page, or do you have other suggestions?
@kmid5280 I am not sure. I'd look around to see if there are any best practices for other apps like Comrad, that are running with a separate static asset server and API server.
If you are logged out and visit pages like https://comrad.kgnu.org/reporting/charting, you see the page but cannot do anything.
Right now, the app only redirects users to the login screen if they are unauthenticated when an API request happens. It should redirect users to the login page when directly visiting pages like https://comrad.kgnu.org/reporting/charting
The text was updated successfully, but these errors were encountered: