No idea what happened, but when i try to hit the /ui side (which used to work) it now shows a blank page and complains about being unauthorized. before it would prompt for creds. even when i use the login.html override and sign in ok, i can see a successful auth in my ide console, but i never get the ui page to display.
i do see this tho in dev tools
GET https://cyb-XXX-api:5000/js/core.mjs net::ERR_ABORTED 404
it looks like its calling the wrong url. my api sits at
is this the issue? all the other js references in dev tools includes the /capi/ from PathBase = “/capi” property
how do i get this working?