[FIXED] It looks like logout is broken?
-
When I'm logged in
And hit the Logout link then it closes the tab.
If I go back to windy.com, I'm still logged in.
Suggestions:
- Fix the logout
- Do not close the tab
Thanks
-
@vicb Hi there, can you please provide more info about the used browser?
-
Google Chrome on Ubuntu
Version 125.0.6422.76 (Official Build) (64-bit)Thanks for looking into this
-
Honestly I gave you the browser&version thinking that it must be a cross browser issue.
I tried with Firefox
127.0.2 (64-bit)
to make sure and... it works thereThen I tried in an incognito window of Chrome and it works there too.
Because I'm currently working on the sounding plugin, I thought this might be linked... I was still not able to reproduce in an incognito window.
I'll try to investigate more once I'm done working on the plugin.
Thanks!
-
I did clear all the site data and still see the issue. I traced it down.
On logout, we enter
which calls
e === null
and returning a resolved promise crashes the tab.I checked in Firefox and this
yield b1()
works fine.Probably a chrome bug?
-
Turns out the Chrome package repository was disabled when I upgraded to Ubuntu 24.04. I have re-enabled it and updated Chrome. Everything works like a charm now.