Prechecks
- 09 Aug 2024
- 1 Minute to read
- Print
- PDF
Prechecks
- Updated on 09 Aug 2024
- 1 Minute to read
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
After the application is set up, to validate if the application has been set up appropriately the below steps need to be validated.
Once Deployment is completed the first thing to be checked is if the swagger URL of configuration API. If configuration API Swagger is not coming up, then the Deployment is not correct.
In case configAPI is not coming UP, follow the below measures.
- Validate if the JSON is valid in appsettings.production.JSON file.
- Validate if the DB connection string is correctly passed in appsettings.production.json file.
- Validate if Hashicorp vault is unsealed.
- Validate if RabbitMQ is up and correct details of RabbitMQ is passed in appsettings.production.JSON file.
- For further troubleshooting check the Event logs.
Was this article helpful?