-
Notifications
You must be signed in to change notification settings - Fork 512
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
Missing .js file ERROR 404 #421
Comments
@julianf19 Can you share the path of any one file that is showing a 404 abort error in your screenshot, minus the domain info? The docker container (latest version) works well, I'm wondering if there is any nginx related config issue over here. |
Here is the 2 things I could find. I was thinking Nginx could also be the problem, but i do the same thing as usual so I don't get it, here is the default.conf location /dejavu/ {
} Or do you think it could be the WAF blocking something? |
@julianf19 The path that shows up in the screenshot of your original image: https://user-images.githubusercontent.com/44298384/148044034-bc0cae03-d22e-4ab6-99cd-4837f84f1341.png.
It could be this too, you can tell this from Nginx logs or your WAF logs. |
Well that's the whole path you see there: |
The problem is that your browser try to find https://domain.name.be/common.9459595.css. This is the case because the static file in HTML is using absolute path instead of relative one. Maybe the next version can change to use relative paths. |
@sshhsh This can be the case, if someone feels inclined to create a PR, we will have this change included in the next release. |
I am trying to run dejavu inside a docker container (swarm) running behind an Nginx.
on loading the page I get the title:
But nothing renders on the screen, And I get a few errors
I am using the latest version of dejavu
Tried with safari firefox and chrome...
If anyone has an idea of how to solve this.
The text was updated successfully, but these errors were encountered: