errors in map, installed and downloaded the script today
Hello, could somebody help me why i get this :
[Error] Failed to load resource: the server responded with a status of 404 () (style.css.map, line 0)
[Error] Failed to load resource: the server responded with a status of 404 () (style-compat.css.map, line 0)
[Error] Failed to load resource: the server responded with a status of 404 () (runtime.min.js.map, line 0)
[Error] Failed to load resource: the server responded with a status of 404 () (vendors.min.js.map, line 0)
[Error] Failed to load resource: the server responded with a status of 404 () (shared.min.js.map, line 0)
[Error] Failed to load resource: the server responded with a status of 404 () (rich-editor.min.js.map, line 0)
[Error] Failed to load resource: the server responded with a status of 404 () (dashboard.min.js.map, line 0)
[Error] Failed to load resource: the server responded with a status of 404 () (bootstrap.min.js.map, line 0)
Comments
the error appear in safari and firefox
https://docs.vanillaforums.com/developer/installation/self-hosting/
I can't help much but do chech requirements, minimum requirements and installation sections in the link above.
Providing details about your server setup might help someone to help you.
Did it work at all, have you made changes, added plugins/themes?
A couple of links from searching the forum for 404 / page not found
https://open.vanillaforums.com/discussion/comment/254506#Comment_254506
https://open.vanillaforums.com/discussion/25111/about-error-404-not-found
Those map files are all optional and primarily for debugging purposes. They are for debugging in the browser dev tools. I'll try and make sure they aren't forgetting when we make the next release, but they shouldn't break anything.
If you're looking for more information on what these files are I'd recommend the following MDN resource.
@charrondev is this still happening in 3.2?
I am seeing this js 404 errors both in the backend and the frontend, after upgrading from 2.3.1 to 3.2.
@masioramaweb This type of thing is generally a site configuration issue. I'd recommend making a new thread with that screenshot and some information about your installation. If need assistance from community members here it's generally a good idea to share information about:
Garden.RewriteUrls
configuration setting on or not.@charrondev Actually, since I had to act fast, I chose to install version 2.8.4 and after the upgrade all the errors are vanished.
I will try to upgrade again starting from 2.8.4 in a few weeks and keep you posted.
Thanks!