Site's /public folder is not accessible

I’m using RedwoodJS

When I run my site locally, the /public folder and its contents (logo, other assets) are accessible from my app. Example, <img src="/pub/something"> works fine. When I deploy via Netlify, there is nothing under /public – any URL starting with /public is 404.

Example: ActiveWrite

The domain is /ontario-demo.netlify.com

Thanks

Sounds as though you have some path issues in your build chain.

Have you tried downloading your deploy files to see what files went where?

That little icon to the right of the date stamp for your deploys allows you to download the results of your deploys.

1 Like