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
The oC Web instance served by Vite at https://host.docker.internal:9201/ or http://host.docker.internal:8080 should run with Vue Router in history mode.
TODOs
Add <base href="/"> to <head> section of index.html (easy) and to oidc-callback(-silent).html (unknown).
Expected behaviour
The oC Web instance served by Vite at
https://host.docker.internal:9201/
orhttp://host.docker.internal:8080
should run with Vue Router inhistory
mode.TODOs
<base href="/">
to<head>
section ofindex.html
(easy) and tooidc-callback(-silent).html
(unknown).Ideas
Adding the base tag could be done like this for
index.html
, but it doesn't work foroidc-callback(-silent).html
:The text was updated successfully, but these errors were encountered: