Unable to load assets when using sub-uri #371
Badwolf369
started this conversation in
General
Replies: 2 comments
-
I should also note: The inability to access css and js extends to when I access redmine directly via localhost. |
Beta Was this translation helpful? Give feedback.
0 replies
-
This has been discussed here a few times: https://github.com/search?q=repo%3Adocker-library%2Fredmine+sub-uri&type=issues
#99 (comment) is the last time I personally tested this -- does adding only |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have set up my redmine instance to try and use nginx as the reverse proxy, but for some reason it is incapable of loading in the js and css files. I have tried so many different things, but most solutions focus on prepending the asset call with "/redmine", they don't count on that URI also 404ing.
Here is my environment.rb file
Here is my nginx config
And here is my docker compose
I can see in the logs that the proper URI is being grabbed, but for some reason it still 404's on all assets. Interestingly, It does not 404 on any of the app's pages. They all load just fine.
Beta Was this translation helpful? Give feedback.
All reactions