FAQ: typical errors in deployment process
Last updated
Last updated
Deployment of software applications is a critical process that ensures the application is available. However, there are many things that can go wrong during the deployment process. In this page, we will highlight some common errors that occur during deployment and provide solutions for resolving them.
One common error that occurs during deployment is when keys (such as LICENSE_SERVER_PUBLIC_KEY
, JWT_PRIVATE_KEY
, and JWT_PUBLIC_KEY
) are passed to environment variables without \n
at the beginning and at the end, as specified in the docker-compose.yml
file. This error can lead to the following error message:
Solution:
To fix this error, make sure that all keys that are passed to environment variables have \n
at the beginning and at the end, as shown in the following example (from docker-compose.yml
):
If you have any issues during installation or have any questions about using our platform, don't hesitate to reach out to our support team sales@whitespots.io .