UnhandledPromiseRejection after run make deploy

Open
#65 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
25/100
Issue type
Bug
Clarity
Needs clarification
Activity status
Stale
Tech stack
nodejs, typescript
Domain
devops

Research direction

Start with the deploy instructions in the README and the make deploy target, then reproduce the failure with Node.js 18.12.0. Trace the unhandled promise rejection to its source; done means make deploy completes without the reported ERR_UNHANDLED_REJECTION.

Written by the indexing model from the issue text.

Description

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.

Dominant language
TypeScript
Stars
69
Forks
33
Avg merge
6h 1m
Merged PRs (30d)
1

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from localstack-samples/localstack-demo

All issues in localstack-samples/localstack-demo

Similar issues

More TypeScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.