Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

frankyj's avatar

Failed to load resource: the server responded with a status of 404 (Not Found)

I'm relatively new to Laravel and following some tutorials on local machine. In one tutorial the frontend is not loading as it should be, especially the (bootstrap) navigation bar. I've tried several things but still problem is not solved. In console I get error that following resource is not loaded: http://127.0.0.1:8000/js/bootstrap.min.js.map. I've put jquery.js and bootstrap.js directly in folder public/js, and loaded it in view/welcome, but no desired effect. What could be the problem?

0 likes
2 replies
arthvrian's avatar

did you put that file

bootstrap.min.js.map NOT only bootstrap.min.js

in the same folder?

frankyj's avatar
frankyj
OP
Best Answer
Level 1

There was an issue with different versions of Bootstrap (3 vs 4) in the tutorial, that caused the problem with the navigation bar. The error in console of the not loaded ...map file seems to be only informative, and not causing itself any specific problems.

Please or to participate in this conversation.