serverless-side-rendering-vue-nuxt icon indicating copy to clipboard operation
serverless-side-rendering-vue-nuxt copied to clipboard

Can't load images when deployed

Open pavewaygroup opened this issue 6 years ago • 2 comments

I cloned the repo and deployed and everything worked until i added local file to the static folder of my nuxt app with other plugins like PWA and router etc. When i reference the images, they don't load and the sw.js script returns a 403 http error.

Please what am i to do to fix this error. Do i have to update the serverless.yml file or what?

pavewaygroup avatar Jan 27 '19 05:01 pavewaygroup

I have this same problem did you ever find a resolution? I am not able to download any assets from /_nuxt or anywhere

perezd avatar Oct 03 '19 01:10 perezd

Oh its a base path mapping problem, my non-custom domain name lambda URL required the stage name as a prefix.

perezd avatar Oct 03 '19 01:10 perezd