Hi everybody,
on my server installation of jira (version 8.2.1) some files are not found. I receive a 404 for the following files:
The missing of these files results in some css errors:
JIRA is running behind Apache as a ReverseProxy with the following configuration:
<Proxy *>
Order deny,allow
Allow from all
</Proxy>
SSLProxyEngine On
ProxyRequests Off
ProxyPreserveHost On
<IfModule mod_proxy.c>
ProxyPass /.well-known !
</IfModule>
Alias /.well-known/ /var/www/vhosts/DOMAIN/jira.DOMAIN/.well-known/
<Location /.well-known/acme-challenge>
Options None
Require all granted
</Location>
ProxyPass / http://DOMAIN:8080/
ProxyPassReverse / http://DOMAIN:8080/
Anybody an idea why this error is happening?
Cheers :)
The URL looks like you are behind a CDN, is that the case?
That's possible. It's a server hosted by HostEurope. If i access JIRA via DOMAIN:8080 the specific CSS-Files are loaded, but other assets are not found.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have been stuck with the same issue, have you fixed the issue?
How did you fix it?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.