Running FusionAuth docker container in Azure Container Instance service. DB is using Azure's managed PostgreSQL db.
The super user account connected fine and created the normal user and the database.
When it goes to the next step and tries to connect with the normal user I get errors. I have logged in using the created user manually from my machine and it works fine.
From the Maintenance mode, if I set the username as just the plain username I get the error:
But if I change the username to include the @hostname portion which is what I used to login using pgAdmin I get:
Am I doing something incorrectly?