Earlier this week we bought the framework.
Swagger is workin but I dont get a UI,
Would like some assistance.
Grtz Henk
8 Answer(s)
-
0
What is an error ? Can you please share more information. Error message or screnshot.
-
0
-
0
I downgraded angular to 8.0.0 but still not working
-
0
What is your product version? What is product framework type (.net framework or .net core)? What is ABP Framework version?
-
0
product version 7.1.0 .net core abp 4.8.1
-
1
Hi @axilla
If you are using ASP.NET Core & Angular version, could you remove node_modules folder and install NPM packages using yarn ? It seems like a new version of Angular (probably 8.1) is installed as a NPM dependency.
Probably you are having the same problem as https://github.com/aspnetzero/aspnet-zero-core/issues/2476
-
0
I'm experiencing the same error after 7.1 migration (Core + Angular). I'm using yarn with empty node_modules folder. package,json has only 2 additional items
"devextreme": "19.1.4", "devextreme-angular": "19.1.4"
Could you advice is it devexpress, angular or aspnetzero issue? -
0
Hi @axilla
If you are using ASP.NET Core & Angular version, could you remove node_modules folder and install NPM packages using yarn ? It seems like a new version of Angular (probably 8.1) is installed as a NPM dependency.
this made it work for me