Blazor Server App. Error KeyNotFoundException: The given key was not present in the dictionary.
Hello i tried to connect my Blazor Server App to my postgresSQL, i already installed PostgresSQL and PgAdmin on my Docker
and i've successfully connect my Pgadmin4 to postgressql, after setting up my server to connect i got this error.
Now here's my setting on program.cs
and here's how i tried to make connection to my to my database
1 Reply
and as for my appsetting.json
i dont see anything wrong with it, did i miss something? my postgres database running on port 5432 and as for my pgadmin running on 5050