Blazor App in Docker Occasionally Fails to Connect to PostgreSQL Database
I’m working on a Blazor application that connects to a PostgreSQL database, with both the Blazor app and PostgreSQL running in separate Docker containers.
Entity framework migrations on two networked docker containers giving nodename nor servname provided, or not known error
I have a blazor app running in a docker container(debian image),word_game that I’m trying to scaffold using my postgresql db,postgres_db that is running in another container. Blazor app is running in .NET 8. Both containers are connected to docker network, game-net. When I try to scaffold however, I’m getting nodename nor servname provided, or not known.