You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 7, 2023. It is now read-only.
In the Breakout 01 of day 3, the contacts API does not seem to use the configured connection string to the SQL database. Instead it uses an in memory database. This can be tested by:
Adding a contact with the frontend
Retrieving the contact with the contact api GET /contacts returns the contact
Restarting the contacts API webapp
Retrieving the contact with the contact api GET /contacts returns an empty array
It could be related to not setting the "hostingEnvironment" to production for this check:
In the Breakout 01 of day 3, the contacts API does not seem to use the configured connection string to the SQL database. Instead it uses an in memory database. This can be tested by:
GET /contacts
returns the contactGET /contacts
returns an empty arrayIt could be related to not setting the "hostingEnvironment" to production for this check:
trainingdays/day3/apps/dotnetcore/Scm/Adc.Scm.Api/Startup.cs
Line 44 in ddeccaa
The text was updated successfully, but these errors were encountered: