tonyfromundefined / nuxt-serverless

Nuxt.js Serverless SSR Starter on AWS (Lambda + API Gateway + S3) with Serverless Framework
254 stars 32 forks source link

Error 403 #13

Open thenewspacesky5456 opened 4 years ago

thenewspacesky5456 commented 4 years ago
5(index):4 GET https://xx.execute-api.us-east-1.amazonaws.com/_nuxt/b43f66affce113bf8237.js net::ERR_ABORTED 403
favicon.png:1 GET https://xxx.execute-api.us-east-1.amazonaws.com/static/favicon.png 403
Sunhat commented 4 years ago

Use custom domain. Read the readme.

jamesladd commented 3 years ago

How do you use a Custom Domain ?

The readme says:

Auto generated URL https://*.execute-api.{region}.amazonaws.com/{stage}/ will result in a JavaScript error. (routing problem) Please use the Custom Domain.

But API Gateway custom domain or some other domain and dns?