Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 662 Bytes

_faq.md

File metadata and controls

10 lines (7 loc) · 662 Bytes

Frequently asked questions

1.- When deploying my application in AWS for the first time, I got an error saying "StagingBucket -toolkit-bucket already exists"

When you deploy a Booster application to AWS, an S3 bucket needs to be created to upload the application code. Booster names that bucket using your application name as a prefix. In AWS, bucket names must be unique globally, so if there is another bucket in the world with exactly the same name as the one generated for your application, you will get this error.

The solution is to change your application name in the configuration file so that the bucket name is unique.