0
dwoodard created
- ABP Framework version: v4.3.0
- UI type: Angular
- DB provider: EF Core
- Tiered (MVC) or Identity Server Separated (Angular): yes
- Exception message and stack trace:
- Steps to reproduce the issue:
Unable to get ABP working on production system.
- Ran the DbMigrator
- Created the web app for Angular
- Added CORS and redirects
- Attempt to browse to app
- Get Unknown Error
2 Answer(s)
-
0
hi
You need to change the url in
appsettings.json
that inDbMigrator
project before run theMigrator
.Can you confirm the CorsOrigins in
appsettings.json
of your api and identity server project? -
0
This question has been automatically marked as stale because it has not had recent activity.