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
{{ message }}
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.
But when accessing the UI, I can only see a 404 response. It appears I am missing some configuration or option, probably something simple I overlooked, does anyone have an idea by chance? This is usually straight forward with other apps and involves similar steps like seteting a ROOT_URL or path and then using ingress rules to add the path.
Any help is appreciated, thanks!
The text was updated successfully, but these errors were encountered:
pchang388
changed the title
NEXUS_CONTENT env variable not loaded
HTTP 404 When Using NEXUS_CONTENT env variable and Ingress Path
Jan 16, 2023
If you are seeing this same issue and wondering why it won't work, try upgrading. I did not see anyone mention this but at least in my current env/set up, this is what was also causing me issues. The 404 response issue mentioned in the first post still exists though, I haven't found the problem yet
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Chart:
nexus-repository-manager
Chart version:
45.0.0
Problem:
When trying to configure nexus behind ingress-nginx with a base path (
/nexus
), I always get 404 when hitting the UI:I set the NEXUS_CONTENT env variable to:
I also set the liveness and readiness probes to match:
Ingress Rule:
But when accessing the UI, I can only see a 404 response. It appears I am missing some configuration or option, probably something simple I overlooked, does anyone have an idea by chance? This is usually straight forward with other apps and involves similar steps like seteting a ROOT_URL or path and then using ingress rules to add the path.
Any help is appreciated, thanks!
The text was updated successfully, but these errors were encountered: