Zack McKenna
02/11/2022, 8:07 PMsst start or sst deploy hangs at the Deploying Stacks stage, it looks like it is caused by the following message from debug logs:
LoggingEvent {
startTime: 2022-02-11T20:00:19.337Z,
categoryName: 'cdk',
data: [
'2022-02-11T20:00:19.336Z proxy-agent creating new ProxyAgent instance: undefined\n'
],
level: Level { level: 5000, levelStr: 'TRACE', colour: 'blue' },
context: {},
pid: 64731
}
And error :
LoggingEvent {
startTime: 2022-02-11T20:00:40.219Z,
categoryName: 'core',
data: [
'deploy stack: run cdk deploy: stderr:',
"2022-02-11T20:00:40.218Z proxy-agent cache hit with key: 'no proxy secure'\n"
],
level: Level { level: 5000, levelStr: 'TRACE', colour: 'blue' },
context: {},
pid: 64731
}
I’m assuming this is purely related to aws cdk and not sst, but wanted to see if anyone has encountered an issue like this before.Frank
sst build and then send me the .build/sst-debug.log file?Zack McKenna
02/11/2022, 9:14 PMJay
Zack McKenna
02/15/2022, 5:19 PMJay