'Laravel Nova 404 at source map files
In my Chrome DevTools I see this Erros:
DevTools failed to load source map: Could not load content for http://xxx.yyy.net.local/nova-api/styles/filter.css.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load source map: Could not load content for http://xxx.yyy.net.local/nova-api/scripts/filter.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
How can I find out why this errors appear?
I use v3.32.0 version of Laravel Nova.
Solution 1:[1]
Both map files exist? if yes check in the end of both files, maybe you need to change the reference path.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Juranir Santos |