JPedro2 / WxT-QA-BOT

This Webex Teams bot is being developed as part of the Cisco and IBM partnership to help Cisco and IBM volunteers that will be supporting teachers and charities, across the UK, to access free video conferencing through the use of Cisco Webex Meetings
0 stars 1 forks source link

Session Data not saving in Firefox #4

Open dookah opened 4 years ago

dookah commented 4 years ago

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.

petmorri commented 4 years ago

It works fine for me in Firefox – can you try again when you get time?

dookah commented 4 years ago

Not working on Firefox on MacOS but works on Windows. @JPedro2 can you confirm?

JPedro2 commented 4 years ago

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

Screenshot 2020-05-11 at 10 14 24
petmorri commented 4 years ago

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.