Using webpack 5 causes 503
See original GitHub issueUsing webpack 5, returns the following from Cloudfront:
503 ERROR
The request could not be satisfied.
The Lambda function associated with the CloudFront distribution is invalid or doesn't have the required permissions. We can't connect to the server for this app or website at this time. There might be too much traffic or a configuration error. Try again later, or contact the app or website owner.
If you provide content to customers through CloudFront, you can find steps to troubleshoot and help prevent this error by reviewing the CloudFront documentation.
Using versions:
@sls-next/serverless-component@1.19.0-alpha.43
"next": "^10.1.3",
Issue Analytics
- State:
- Created 2 years ago
- Comments:18
Top Results From Across the Web
How I solved and debugged my Webpack issue through trial ...
When webpack bundles your source code, it can become difficult to track down errors and warnings to their original location.
Read more >503 Service Unavailable - HTTP - MDN Web Docs
Common causes are a server that is down for maintenance or that is overloaded. This response should be used for temporary conditions and...
Read more >node.js - 503 Service Unavailable. The server is temporarily ...
I have a project using next.js and I try to deploy it on cpanel. I've created web application in node.js and installed npm....
Read more >What is HTTP error 503 and how do you fix it? - IT PRO
Essentially, the 503 error is your first warning that something is preventing the browser from accessing the website server. This is where said...
Read more >What is a 503 Service Unavailable Error - Linuxize
The HTTP status code 503 is a generic error response returned when the server cannot handle the request. There are many reasons why...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Same for
10.2.3
Same issue with
10.2.2
.