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
storage/logs is empty, even though APP_DEBUG is set to true.
Traefik is configured as follows (if relevant at all):
- "com.docker.compose.project=cdash3"
- "traefik.http.middlewares.cdash3-stripprefix.stripprefix.prefixes=/CDash3"
- "traefik.http.routers.cdash3-ssl.entrypoints=webssl"
- "traefik.http.routers.cdash3-ssl.rule=PathPrefix(/CDash3)"
- "traefik.http.routers.cdash3-ssl.tls"
- "traefik.http.routers.cdash3-ssl.middlewares=cdash3-stripprefix@docker"
- "traefik.http.services.cdash3-ssl.loadbalancer.server.port=8080"
- "traefik.enable=true"
The text was updated successfully, but these errors were encountered:
Hi @williamjallen : Unfortunately I can neither confirm that it works nor that it doesn't. As this was a blocking issue for us, we decided to change the URL, such that there is no path component, which triggered the bug.
Bug report
Expected Behavior
When clicking on any link in the UI, CDash should use the URL configured in APP_URL or MIX_URL
Actual Behavior
Configuration is as follows:
APP_URL=https://hostname/CDash3
MIX_APP_URL="${APP_URL}"
I have located two places, where this isn't the case:
CDash Version
3.5.0rc3
Additional Information
storage/logs is empty, even though APP_DEBUG is set to true.
Traefik is configured as follows (if relevant at all):
- "com.docker.compose.project=cdash3"
- "traefik.http.middlewares.cdash3-stripprefix.stripprefix.prefixes=/CDash3"
- "traefik.http.routers.cdash3-ssl.entrypoints=webssl"
- "traefik.http.routers.cdash3-ssl.rule=PathPrefix(
/CDash3
)"- "traefik.http.routers.cdash3-ssl.tls"
- "traefik.http.routers.cdash3-ssl.middlewares=cdash3-stripprefix@docker"
- "traefik.http.services.cdash3-ssl.loadbalancer.server.port=8080"
- "traefik.enable=true"
The text was updated successfully, but these errors were encountered: