fmartinou / whats-up-docker

What's up Docker ( aka WUD ) gets you notified when a new version of your Docker Container is available.
https://fmartinou.github.io/whats-up-docker
MIT License
1.02k stars 33 forks source link

Unable to login on 5.16.0 #112

Closed ranrinc closed 2 years ago

ranrinc commented 2 years ago

Unable to login after upgrade to 5.16.0 and its tested when I downgrade to the previous version. Any idea?

fmartinou commented 2 years ago

Did you upgrade without changing any configuration or did you upgrade along with enabling new features (TLS support for example) ?

fmartinou commented 2 years ago

Which kind of auth are you using (Basic or OIDC)?

ranrinc commented 2 years ago

Did you upgrade without changing any configuration or did you upgrade along with enabling new features (TLS support for example) ?

upgrade with adding TLS does not working, but then commented it out and still not working. Its only working after I downgrade to 5.15.0.

I used basic

fmartinou commented 2 years ago

Can you see any errors in your logs by chance?

ranrinc commented 2 years ago

Can you see any errors in your logs by chance?

No error on portainer logs

fmartinou commented 2 years ago

I found the bug; probably a side-effect of the upgrade of the webpack bundler 🤔 . Anyway; a fix is on the go.

Thanks for being such a nice beta-tester 😄 !

fmartinou commented 2 years ago

5.16.1 is out; may you confirm that it solves the issue?

ranrinc commented 2 years ago

5.16.1 is out; may you confirm that it solves the issue?

thank you its fixed + https is now working perfectly. Earlier forget to replace port 80 with 443 which create an error.. hahahahahaha.

Again thanks...