304 Not Modified error
So this is a CMS website I use for work. I can go onto the website and parts of it display but parts of it are missing. Inspecting the website it appears that a number of files have the error 304 Not Modified, most importantly a JS file. Is this because the browser cannot read the code? or would it be something else that could cause this? I know that the website was written in React, is this supported by tenfourfox?
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Chris (chtrusch... on 12 Aug, 2022 03:46 PM
What's the website? What happens if you empty the browser cache and the visit the site (History > Clear Recent History > Cache)?
2 Posted by Harrison Fornas... on 12 Aug, 2022 04:10 PM
So it's a management site that we use for work. If I give you the link it'll only show you a login page and nothing else. Thanks, I gave that a go but still nothing. It could just be that the javascript library is not supported by tenfourfox. It also mentions a 'Cross-Origin request block', maybe this is blocking some kind of request.
Support Staff 3 Posted by Chris (chtrusch... on 12 Aug, 2022 04:17 PM
That's probably it (Cross-Origin request block), but without proper testing I can't say for sure what it is and/or how to solve the problem (if possible).
4 Posted by Harrison Fornas... on 12 Aug, 2022 04:35 PM
No problem, that makes sense. On a refresh that error has now gone away. But I've looked into it and it seems like it was made with 'create-react-app' and I remember a dev post saying that Async wasn't entirely supported in tenfourfox so it could be that (https://create-react-app.dev/docs/supported-browsers-features/). Thanks for the help anyways.