-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
An error occurred while initialising the database when using postgres as db #1319
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Do you solve this bug? |
I have the same problem,have you solved the problem? |
Unfortunately, I couldn't fix the problem. If you find a solution, please post it here. |
Hello everyone, I have found a small workaround for myself. It worked for me as follows:
After that everything worked for me again. |
I got the similar error while building I did following step solve
|
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
hi , I create a Angular project using
postgres
as db and ran it, but I got this error:An error occurred while initialising the database.
.I'm sure my connection string and database are properly configured since my other ASP.NET projects are running fine with the exact same connection string right now.
To Reproduce
Steps to reproduce the behavior:
dotnet new install Clean.Architecture.Solution.Template::9.0.8
dotnet new ca-sln --client-framework Angular --output YourProjectName --database postgresql
cd src/Web
dotnet run
The text was updated successfully, but these errors were encountered: