Note: This file is primarily defined to be used in the IXP documentation.
However, it is also provided in the docker-deployment repository for reference.
If you accessed this file from the docker-deployment repository,
please be aware that the links used in this file may not work as expected.
-->
<!-- Note: This file is primarily defined to be used in the IXP documentation. However, it is also provided in the docker-deployment repository for reference. If you accessed this file from the docker-deployment repository, please be aware that the links used in this file may not work as expected. -->
## Troubleshooting
If you encounter issues during deployment, consider the following steps:
-**Executable Permissions**:
Ensure that the deployment scripts have executable permissions.
Run the following command to set the appropriate permissions:
-**Executable Permissions**: Ensure that the deployment scripts have executable
permissions. Run the following command to set the appropriate permissions:
```
chmod +x deploy.sh 01-substitute-env.sh
chmod +x deploy-with-https.sh generate-cert.sh # If using HTTPS deployment
```
-**INJECT_DOMAIN Setting**:
Verify that the INJECT_DOMAIN environment variable is set to a domain name and not a static IP address.
The platform requires a domain name to function correctly.
For local test deployments please use reserved TLD `.localhost` (example: `inject.localhost`)
-**INJECT_DOMAIN Setting**: Verify that the INJECT_DOMAIN environment variable
is set to a domain name and not a static IP address. The platform requires a
domain name to function correctly. For local test deployments please use