mirror of https://github.com/portainer/portainer
Fixed an issue where the base URL for WebSocket connection in the console was being duplicated. The base href and window.location.origin were both set to "http://localhost:49000", resulting in a duplicated URL like "http://localhost:49000http://localhost:49000". This fix ensures that the base URL is properly constructed without duplication.pull/12191/head
parent
4bb5a7f480
commit
549ee0a945
Loading…
Reference in new issue