-
-
Notifications
You must be signed in to change notification settings - Fork 170
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
When using a apache reverse proxy with a subdirectory, it does not display correctly. #3902
Comments
You can enable webserver request logs to console in Plan config under webserver settings to see where Apache is sending the requests to. If there is no requests for the images visible in that log there is likely another rule being used for those. |
It seems to be https://address.comt/static/Flaticon_circle.png instead of https://address.comt/plan/static/Flaticon_circle.png. |
I have the same problem but on nginx and I also use subdirectory. Plan/Plan/react/dashboard/src/components/navigation/Sidebar.jsx Lines 18 to 20 in 364a3fe
|
Relative imports append base address with a different mechanism modifying the resulting bundle https://github.com/plan-player-analytics/Plan/blob/master/Plan/common/src/main/java/com/djrapitops/plan/delivery/rendering/BundleAddressCorrection.java The match pattern appears to be missing png |
config.yml
Apache config (SSL):
Logos, etc. will not be displayed correctly, but other data will be displayed.
Plugin versions
5.6 build 2883
The text was updated successfully, but these errors were encountered: