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
Hi 👋
I found a bug when the UI is running on port 80 or 443. In particular, the field cport is not properly set, as window.location.host returns only the address, without the port number.
The fix is to use, in page/login.html, the following code:
Hi 👋
I found a bug when the UI is running on port 80 or 443. In particular, the field
cport
is not properly set, aswindow.location.host
returns only the address, without the port number.The fix is to use, in
page/login.html
, the following code:instead of:
The text was updated successfully, but these errors were encountered: