Vite inlines import.meta.env.VITE_DEV_AUTH_BYPASS at build time. The build container wasn't getting it, so even with DEV_AUTH_BYPASS=true on the backend the SPA still rendered the MSAL login gate. Resolve VITE_DEV_AUTH_BYPASS, falling back to DEV_AUTH_BYPASS if it's not explicitly set, and pass it through `docker run -e` to the build. A single DEV_AUTH_BYPASS=true in .env now controls both halves. |
||
|---|---|---|
| .. | ||
| apache-osop.conf.tmpl | ||
| deploy.sh | ||