Open dookah opened 4 years ago
It works fine for me in Firefox – can you try again when you get time?
Not working on Firefox on MacOS but works on Windows. @JPedro2 can you confirm?
Yeah it doesnt work on my side either. Also, it's saying "Success" when submitting although there's a 401 response back from the API
I've been trying to investigate this further but I haven't been able to reproduce the issue on Windows or Linux (I don't have access to Mac). One thing we could try is using Window.localStorage
instead of Window.sessionStorage
but I won't be able to verify if it works as I can't reproduce the issue.
On the login page the session data doesnt seem to save on firefox, resulting in all calls returning a 401 since no valid token can be made.