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
{{ message }}
This repository was archived by the owner on Nov 27, 2022. It is now read-only.
Serving my react app with the single page application flag (serve -s buildfolder) breaks the authbutton. Once clicked it opens a window and shows the site again and not the login page. Not serving it single page fixes that issue but then the react app can't handle refreshes or manually editting the url (those all result in a 404).
Serving my react app with the single page application flag (serve -s buildfolder) breaks the authbutton. Once clicked it opens a window and shows the site again and not the login page. Not serving it single page fixes that issue but then the react app can't handle refreshes or manually editting the url (those all result in a 404).