0
sairam.thirupathuru created
ABP Framework version: v8.2.1 UI Type: N/A Database System: N/A Tiered (for MVC) or Auth Server Separated (for Angular): N/A Exception message and full stack trace: N/A
Steps to reproduce the issue:
- Logged into ABP Studio with my credentials.
- Created a new solution (microservice).
- Updated the connection strings to use local MySQL.
- Attempted to run the "Update Database" command from ABP Studio.
- Encountered the following error.
- Please note that the connection string is correct and there are no issues with it.
Could you please assist in resolving this issue?
1 Answer(s)
-
0
Hi @sairam.thirupathuru
This command basically runs
dotnet ef database update
command in the target package's directory. You can run it yourself and see if the problem is related with studio.You can also see the error details in
logs
section, next toNotifications
.