wan2land / serverless-nuxt

AWS Lambda + Serverless + Nuxt = Serverless Nuxt 🚀🚀

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[HELP] error undefined

thenewspacesky5456 opened this issue · comments

Hello @wan2land
The before days, my website working well. But Today, It's not working.
Error Internal server error for all website serverless deployed.

show me full error :-)

Hello @wan2land
No error log in CloudWatch

2020-06-03T14:18:24.901+07:00
START RequestId: bc8a5cd5-a3dd-4cac-b2c4-fbfd52121f4d Version: $LATEST

2020-06-03T14:18:30.908+07:00
END RequestId: bc8a5cd5-a3dd-4cac-b2c4-fbfd52121f4d

2020-06-03T14:18:30.908+07:00
REPORT RequestId: bc8a5cd5-a3dd-4cac-b2c4-fbfd52121f4d Duration: 6006.17 ms Billed Duration: 6000 ms Memory Size: 1024 MB Max Memory Used: 131 MB Init Duration: 1213.08 ms

2020-06-03T14:18:30.908+07:00
2020-06-03T07:18:30.907Z bc8a5cd5-a3dd-4cac-b2c4-fbfd52121f4d Task timed out after 6.01 seconds

2020-06-03T14:18:40.019+07:00
START RequestId: 53833377-cf9e-483c-8216-0ef188afdd90 Version: $LATEST

2020-06-03T14:18:40.403+07:00
END RequestId: 53833377-cf9e-483c-8216-0ef188afdd90

2020-06-03T14:18:40.403+07:00
REPORT RequestId: 53833377-cf9e-483c-8216-0ef188afdd90 Duration: 381.54 ms Billed Duration: 400 ms Memory Size: 1024 MB Max Memory Used: 75 MB

2020-06-03T14:26:21.534+07:00
START RequestId: b39432e0-e2fc-4725-b0c1-6a4c1bdaf9f0 Version: $LATEST

2020-06-03T14:26:27.544+07:00
END RequestId: b39432e0-e2fc-4725-b0c1-6a4c1bdaf9f0

2020-06-03T14:26:27.544+07:00
REPORT RequestId: b39432e0-e2fc-4725-b0c1-6a4c1bdaf9f0 Duration: 6006.16 ms Billed Duration: 6000 ms Memory Size: 1024 MB Max Memory Used: 79 MB

2020-06-03T14:26:27.544+07:00
2020-06-03T07:26:27.543Z b39432e0-e2fc-4725-b0c1-6a4c1bdaf9f0 Task timed out after 6.01 seconds``

Task timed out after 6.01 seconds

Does it work the same if increase timeout?

What packages have you recently installed?

Show me the package.json, serverless.yml files.

I recommend using the following plugin if you have manually set up your domain in the AWS console. API Gateway side settings may be initialized while redeploying.

https://github.com/amplify-education/serverless-domain-manager

Try it and let me know the results. 😊