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 issue described in #724 persists despite the fix in #725, as we decided to reroute traffic from <base_url>/managementportal to <base_url>/.
We will now alter the managementportal so that /managementportal is included in the baseurl to prevent excessive rerouting, which only complicates manners.
current problems:
login in dev setup only works when the proxy.conf is used, thus requiring yarn start
issue is with the pair request on local development: it contains a duplicate / in the meta token URL.
The text was updated successfully, but these errors were encountered:
The issue described in #724 persists despite the fix in #725, as we decided to reroute traffic from
<base_url>/managementportal
to<base_url>/
.We will now alter the managementportal so that
/managementportal
is included in the baseurl to prevent excessive rerouting, which only complicates manners.current problems:
yarn start
/
in the meta token URL.The text was updated successfully, but these errors were encountered: