Open Closed

Internal error when Viewing a Successfully Compiled Angular #7779


User avatar
0
zulfazlibakri created

The microservice solution was built using abp studio, database postgreSQL, EF Core DB provider, LeptonX theme, Angular.

After pushing a code of overriding/replacing ABP default component, Angular starts to run into internal error despite other services and database run completely fine. This effects all of the branches (including master branch which does not has any coding changes).

Console log error on Angular page Is it possible that the issue could be underlying due to server connection? Please help and apologies if there's lack of information, I'm still new.

  • ABP Framework version: v8.2.0
  • UI Type: Angular
  • Database System: EF Core (PostgreSQL)
  • Auth Server Separated (for Angular): no
  • Exception message and full stack trace: Angular itself was successfully compiled and had no error but when viewing localhost:4200, internal error occured.
  • Steps to reproduce the issue: The latest PR changes was overriding a default component which includes replacing and adding coding changes in app.component.ts, app.module.ts, route.provider.ts similar to this documentation. https://abp.io/docs/latest/framework/ui/angular/component-replacement

3 Answer(s)
  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    could you share a minimal reproducible project with me? i will check it.

    shiwei.liang@volosoft.com

  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    Hi,

    i can run the projects without any problem.

    you can try clear Redis and run projects again.

  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    BTW, please make the repo private

Made with ❤️ on ABP v9.0.0-preview Updated on September 19, 2024, 10:13