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
If latest version of Phenix is built without using the Docker/Podman container workflows, the VUE_APP_AUTH variable in src/js/src/router.js is undefined resulting in a Javascript "too much recursion" error which results in the Signin/Login page not being displayed. As a quick workaround, an environment file (i.e. .env, .env.local, etc.) is added to the src/js directory to explicitly set the VUE_APP_AUTH environment variable. It would be nice to either set the VUE_APP_AUTH variable to some default value or allow the PHENIX_WEB_AUTH to set the VUE_APP_AUTH variable when not using the container workflows.
The text was updated successfully, but these errors were encountered:
If latest version of Phenix is built without using the Docker/Podman container workflows, the
VUE_APP_AUTH
variable in src/js/src/router.js is undefined resulting in a Javascript "too much recursion" error which results in the Signin/Login page not being displayed. As a quick workaround, an environment file (i.e. .env, .env.local, etc.) is added to the src/js directory to explicitly set theVUE_APP_AUTH
environment variable. It would be nice to either set theVUE_APP_AUTH
variable to some default value or allow thePHENIX_WEB_AUTH
to set theVUE_APP_AUTH
variable when not using the container workflows.The text was updated successfully, but these errors were encountered: