My serverless deploy to AWS was working fine this morning and now all of a sudden its failing and throwing this error:
Serverless: Publishing service to the Serverless Dashboard...
TypeError: Cannot read property 'fetch' of undefined
at parseDeploymentData (/opt/hostedtoolcache/node/10.22.0/x64/lib/node_modules/serverless/node_modules/@serverless/enterprise-plugin/lib/deployment/parse.js:159:65)
at process._tickCallback (internal/process/next_tick.js:68:7)
Type Error ---------------------------------------------
TypeError: Cannot read property 'fetch' of undefined
at parseDeploymentData (/opt/hostedtoolcache/node/10.22.0/x64/lib/node_modules/serverless/node_modules/@serverless/enterprise-plugin/lib/deployment/parse.js:159:65)
at process._tickCallback (internal/process/next_tick.js:68:7)
My serverless deploy to AWS was working fine this morning and now all of a sudden its failing and throwing this error:
Serverless: Publishing service to the Serverless Dashboard... TypeError: Cannot read property 'fetch' of undefined at parseDeploymentData (/opt/hostedtoolcache/node/10.22.0/x64/lib/node_modules/serverless/node_modules/@serverless/enterprise-plugin/lib/deployment/parse.js:159:65) at process._tickCallback (internal/process/next_tick.js:68:7)
Type Error ---------------------------------------------
TypeError: Cannot read property 'fetch' of undefined at parseDeploymentData (/opt/hostedtoolcache/node/10.22.0/x64/lib/node_modules/serverless/node_modules/@serverless/enterprise-plugin/lib/deployment/parse.js:159:65) at process._tickCallback (internal/process/next_tick.js:68:7)
Do you know whats wrong?