Can't see items in "static" folder
See original GitHub issueHi! I’m using the latest tag of this builder (0.16.4) with Nuxt 2.9.2 and for some reason none of the assets in static
folder are visible.
Here’s my demo repo: https://github.com/msurguy/nuxt-express-now
Example of the issue (404 on static assets): https://nuxt-express-now-prod.now.sh/action.png https://nuxt-express-now-prod.now.sh/favicon.ico
I’ll try older version of the builder and see if that works correctly or not
Issue Analytics
- State:
- Created 4 years ago
- Comments:7
Top Results From Across the Web
Static files are not loading from Static folder - Stack Overflow
Static Files are not loading from static folder . Some files are loading but some are not loading. What have i done ?...
Read more >How to manage static files (e.g. images, JavaScript, CSS)
Store your static files in a folder called static in your app. For example my_app/static/my_app/example.jpg . Serving the files. In addition to these ......
Read more >How Do You Serve Static Files in Flask? - Sentry
Flask automatically creates a static view that serves static files from a folder named static in your application's directory.
Read more >Django can't see my static files
Hello All, I'm using Django to develop a website, and I'm having trouble getting it to see my static files. I've looked through...
Read more >Can't see items in "static" folder · Issue #131 · nuxt/vercel-builder
Hi! I'm using the latest tag of this builder (0.16.4) with Nuxt 2.9.2 and for some reason none of the assets in static...
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 FreeTop 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
Top GitHub Comments
@ricricucit I don’t remember, but if you look at my demo repo, everything should be working there: https://github.com/msurguy/nuxt-express-now
@MarvinMiles great, I’ve tried this and it works ok. What is the reason for not automatically making static folder as a route (if the routes property is present in
now.json
file)?