-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
trouble running hello world - possibly down to region? af-south-1 #191
Comments
I'll give this a test and get back to you! |
Thanks @adamelmore. I'm not sure whether the region is to blame. I tried it with |
On the other machine I get a different error: (node:12483) UnhandledPromiseRejectionWarning: ValidationError: Stack [ness-web-ness-test-master] does not exist
at deserializeAws_queryDescribeStackEventsCommandError (/code/ness-test/node_modules/@aws-sdk/client-cloudformation/dist/cjs/protocols/Aws_query.js:1872:41)
at processTicksAndRejections (internal/process/task_queues.js:93:5)
at async /code/ness-test/node_modules/@aws-sdk/middleware-serde/dist/cjs/deserializerMiddleware.js:6:20
at async /code/ness-test/node_modules/@aws-sdk/middleware-signing/dist/cjs/middleware.js:12:24
at async StandardRetryStrategy.retry (/code/ness-test/node_modules/@aws-sdk/middleware-retry/dist/cjs/StandardRetryStrategy.js:51:46)
at async /code/ness-test/node_modules/@aws-sdk/middleware-logger/dist/cjs/loggerMiddleware.js:6:22
at async Object.getCloudFormationFailureReason (/code/ness-test/node_modules/ness/lib/providers/aws/index.js:354:38)
at async handleError (/code/ness-test/node_modules/ness/lib/components/Deploy.js:64:24)
at async Object.handleWebDeployed [as onComplete] (/code/ness-test/node_modules/ness/lib/components/Deploy.js:165:13)
(Use `node --trace-warnings ...` to show where the warning was created)
(node:12483) UnhandledPromiseRejectionWarning: Unhandled promise rejection. 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(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 31)
(node:12483) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
✔ Validating AWS credentials (Account #366730223589)
✘ Deploying web infrastructure Is there a command which I can run using |
I also found a bucket that has been created |
Hi @adamelmore. Are you able to deploy my static html test repo? Is it something I've misconfigured? is there a way to reset/undo any changes which ness makes to my aws account? so that I can start from scratch. |
I'm having the same issue with my website here: https://github.com/cdash04/website |
Hi Adam,
I've tried to deploy a static
index.html
using ness and not had any luck. Here's the repo: https://github.com/ilanc/ness-testWhat I see:
$ ness deploy --dir public --profile ilan --verbose ✔ Validating AWS credentials (Account #366730223589)
It just ends there and returns to the shell prompt.
There's a single static file in the
public
dir:Here's my env:
My aws config is set as:
[profile ilan] region = af-south-1 output = json
The text was updated successfully, but these errors were encountered: