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
{{ message }}
This repository has been archived by the owner on Jan 7, 2020. It is now read-only.
We set up Uchiwa, and one of our DCs was named dal05 / dal09, and the url becomes: /#/client/dal05%20/%20dal09/<node>. I assume this extra / in the url is causing some issues on the frontend.
The text was updated successfully, but these errors were encountered:
After some investigation, it looks like replacing encodeURI with encodeURIComponent in the go method, in order to escape characters like /, would require a good amount of work.
For now, I'll decrease the priority of this issue and you should avoid using the characters :/; and ? in a datacenter or client name. I'll update the documentation to reflect this limitation. I'll gladly accept a PR for this issue, otherwise I'll work on it once the other issues with greater priority are completed.
We set up Uchiwa, and one of our DCs was named
dal05 / dal09
, and the url becomes:/#/client/dal05%20/%20dal09/<node>
. I assume this extra / in the url is causing some issues on the frontend.The text was updated successfully, but these errors were encountered: