-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Login redirect not working correctly behind ingress #40
Comments
It seems that |
Thanks for the report @skatsaounis I am checking it now, with Traefik Rev 219, and when using the url from Also adding a final Can you confirm that the same happens to you so we tackle that problem? Thanks |
I am observing the following:
|
Thank you for the report. The None maybe related to the upstream project. I have added the jira bug for it, so at least we review the |
Bug Description
When integrated with Traefik charm, when a user tries to access a page that requires authentication, the path prefix is not added, leading to 404:
To Reproduce
Follow the instructions:
https://discourse.charmhub.io/t/netbox-docs-getting-started/13760
and then try to access from web as unathenticated user, e.g., the rack elevations:http://k8s.fqdn/maas-model-netbox/dcim/rack-elevations/
--->
http://k8s.fqdn/login/?next=/maas-model-netbox/dcim/rack-elevations/
instead of
http://k8s.fqdn/maas-model-netbox/login/?next=/maas-model-netbox/dcim/rack-elevations/
Environment
juju version 3.5.3
Relevant log output
Additional context
No response
The text was updated successfully, but these errors were encountered: