Skip to main content

Frequently Asked Questions

1.- When deploying my application in AWS for the first time, I got an error saying "StagingBucket your app name -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.

2.- I tried following the video guide but the function Booster.fetchEntitySnapshot is not found in BoostApp.

The function Booster.fetchEntitySnapshot was renamed to Booster.entity, so please replace it when following old tutorials.