localstack / localstack-demo

Simple demo application deployed using LocalStack
https://docs.localstack.cloud/getting-started/quickstart/
61 stars 33 forks source link

UnhandledPromiseRejection after run make deploy #65

Open kyawswar87 opened 1 year ago

kyawswar87 commented 1 year ago

Dear,

I got the following exception when I run make deploy command as per ReadMe file.

$ make deploy make i info Invoking deploy target node:internal/process/promises:288 triggerUncaughtException(err, true / fromPromise /); ^ [UnhandledPromiseRejection: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason "undefined".] { code: 'ERR_UNHANDLED_REJECTION' } Node.js v18.12.0

The current branch is master. Thanks.

arcticoder commented 12 months ago

Same for me. Windows 22623.1325, nodejs 16.16.0, npm 8.11.0, LocalStack version: 2.2.1.dev, make 0.8.1, yarn 1.22.19, localstack/localstack-demo 59eb8f3

lakkeger commented 10 months ago

Hi! We just wanted to follow up to see whether your issue has been resolved. Were you able to get it working with the latest version of LocalStack? We would appreciate your feedback!