Failed to load resource: the server responded with a status of 404 (Not Found) app.c2115832.js:1
See original GitHub issueI use ‘vue ui’ and create project . I run the build command without changing anything. When I run the index.html file from the generated dist folder, I get a few errors in the console
Failed to load resource: the server responded with a status of 404 (Not Found)
app.c2115832.js:1
Failed to load resource: the server responded with a status of 404 (Not Found)
chunk-vendors.fb29d323.js:1
Failed to load resource: the server responded with a status of 404 (Not Found)
app.c2115832.js:1
Failed to load resource: the server responded with a status of 404 (Not Found)
app.8d0d60ac.css:1
Failed to load resource: the server responded with a status of 404 (Not Found)
the files are in the folder
dist
| - index.html
| - favicon.ico
| css
| | - app.8d0d60ac.css
| js
| | - app.c2115832.js
| | - app.c2115832.js.map
| | - chunk-vendors.fb29d323.js
| | - chunk-vendors.fb29d323.js.map
| img
| | - logo.82b9c7a5.png
do I have to make extra adjustments?
Issue Analytics
- State:
- Created 5 years ago
- Reactions:12
- Comments:11 (2 by maintainers)
Top Results From Across the Web
Failed to load resource: the server responded with a status of ...
I was getting an error - "Failed to load resource: the server responded with a status of 404 (NOT FOUND)". This solution worked...
Read more >Failed to load resource: the server responded with ... - STechies
The error is raised when the website is unable to load the CSS and the JavaScript code. This makes the site non-functioning and...
Read more >Error Failed to load resource the server responded with a ...
Error Failed to load resource the server responded with a status of 404 Not Found.
Read more >Failed to Load Resource: The Server ... - One Computer Guy
Failed to load resource: the server responded with a status of 404 (not found) error is fixed by properly linking JS and CSS...
Read more >Failed to Load Resource: The Server Responded With a ...
The error code that states failed to load resource: the server responded with a status of 404 () occurs when your website fails...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Use
baseUrl: ''
in that case.just add this line on vue.config.js publicPath: ‘’