serverless-side-rendering-vue-nuxt
serverless-side-rendering-vue-nuxt copied to clipboard
Can't load images when deployed
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?
I have this same problem did you ever find a resolution? I am not able to download any assets from /_nuxt or anywhere
Oh its a base path mapping problem, my non-custom domain name lambda URL required the stage name as a prefix.