Replies: 2 comments 5 replies
-
Sorry but I don't see a 404 in any of those logs. They all show "200". |
Beta Was this translation helpful? Give feedback.
5 replies
-
it was an issue on my nginx config forgott to add include mime.types; |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
hello i m using an old release v2.10.2
i configure everything but i have an issue with static file for which i receive randomly 404 on nginx
10.193.71.39 - - [16/Jan/2023:18:00:10 +0100] "GET / HTTP/1.1" 200 6091 "http://10.192.230.14/media-failure/?filename=css/base.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0" 10.193.71.39 - - [16/Jan/2023:18:00:10 +0100] "GET /static/css/base.css?v2.10.2 HTTP/1.1" 200 8528 "http://10.192.230.14/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0" 10.193.71.39 - - [16/Jan/2023:18:00:10 +0100] "GET /static/jquery/jquery-3.5.1.min.js HTTP/1.1" 200 89476 "http://10.192.230.14/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0" 10.193.71.39 - - [16/Jan/2023:18:00:10 +0100] "GET /static/bootstrap-3.4.1-dist/js/bootstrap.min.js HTTP/1.1" 200 39680 "http://10.192.230.14/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0" 10.193.71.39 - - [16/Jan/2023:18:00:10 +0100] "GET /static/select2-4.0.13/dist/js/select2.min.js HTTP/1.1" 200 70891 "http://10.192.230.14/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0" 10.193.71.39 - - [16/Jan/2023:18:00:10 +0100] "GET /static/clipboard.js/clipboard-2.0.6.min.js HTTP/1.1" 200 10454 "http://10.192.230.14/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0" 10.193.71.39 - - [16/Jan/2023:18:00:10 +0100] "GET /static/flatpickr-4.6.3/flatpickr.min.js HTTP/1.1" 200 48518 "http://10.192.230.14/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0" 10.193.71.39 - - [16/Jan/2023:18:00:10 +0100] "GET /static/js/forms.js?v2.10.2 HTTP/1.1" 200 18595 "http://10.192.230.14/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0" 10.193.71.39 - - [16/Jan/2023:18:00:10 +0100] "GET /static/jquery-ui-1.12.1/jquery-ui.min.js HTTP/1.1" 200 139907 "http://10.192.230.14/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0" 10.193.71.39 - - [16/Jan/2023:18:00:10 +0100] "GET /media-failure/?filename=materialdesignicons-5.4.55/css/materialdesignicons.min.css HTTP/1.1" 200 843 "http://10.192.230.14/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0"
sometimes it happens on differents files. where can i look to understand this issue? (when i make a curl request i m hable to reach the file missing...
Beta Was this translation helpful? Give feedback.
All reactions