If I try to navigate to page "Profile" on the website I get exception.
After looking at the container's logs I found this error:
Unhandled exception. Microsoft.Data.SqlClient.SqlException (0x80131904): Login failed for user 'sa'.
This comes when we try to dinamically create database - CarRentalDealersCronJobsDatabase:

Solution:
If I try to navigate to page "Profile" on the website I get exception.
After looking at the container's logs I found this error:
Unhandled exception. Microsoft.Data.SqlClient.SqlException (0x80131904): Login failed for user 'sa'.
This comes when we try to dinamically create database - CarRentalDealersCronJobsDatabase:

Solution: