Base solution for your next web application
Open Closed

Swagger is workin but I dont get a UI #7391


User avatar
0
axilla created

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)
  • User Avatar
    0
    musa.demir created

    What is an error ? Can you please share more information. Error message or screnshot.

  • User Avatar
    0
    axilla created

    I hope this helps.

  • User Avatar
    0
    axilla created

    I downgraded angular to 8.0.0 but still not working

  • User Avatar
    0
    musa.demir created

    What is your product version? What is product framework type (.net framework or .net core)? What is ABP Framework version?

  • User Avatar
    0
    axilla created

    product version 7.1.0 .net core abp 4.8.1

  • User Avatar
    1
    ismcagdas created
    Support Team

    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

  • User Avatar
    0
    TomLeonard created

    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?

  • User Avatar
    0
    axilla created

    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