Troubleshooting

Common technical issues and quick debug solutions

Error when deploying: `botocore.exceptions.NoRegionError`

If the Caligo scan doesn’t complete, you may find a botocore.exceptions.NoRegionError in the logs for the cartography container.

This may be because you have not assigned a region to the named profile that Caligo is using to connect to your AWS environment. Edit the AWS_CONFIG_FILE (default is ~/.aws/config) to specify a region for the named profile.

No rules or alerts on the webpage

If you are not deploying locally (on an AWS VM, for instance), you will need to change the WEBSITE_DOMAIN and REACT_APP_API_DOMAIN environment variables in the .env file before deploying. Examples are http://<your-vm-ip>:80 or https://<your-deployed-domain>:443.

Last updated