Dan Coates
11/25/2021, 11:48 PMsst start
that requests to the api are timing out after 10 seconds with an "Internal server error". A few other observations from trying to diagnose this issue:
• It only happens when running locally with sst start
not once the code is deployed
• The sst logs also often display an error Unexpected Top Level Error: Error: socket hang up
though hard to tell if this is the cause of the issue.
• The api normally responds in under 100ms so it isn't just our code hitting the default 10s timeout
• This is happening to multiple developers in multiple locations so probably not an issue on the local network
• The error is intermittent, after a 500 error if you make the same request a few more times it generally starts working eventually
• After a 500 error occurs, if you save the relevant handler file and re-request it seems to work (hard to tell for sure because of the above point)
• We're on the latest version of the cli ^0.53.0
Frank
thdxr
11/26/2021, 12:00 AMthdxr
11/26/2021, 12:00 AMFrank
thdxr
11/26/2021, 12:01 AMDan Coates
11/26/2021, 12:03 AMMarcos Sampaio
12/09/2021, 1:44 AMthdxr
12/09/2021, 2:18 AMthdxr
12/09/2021, 2:18 AM