Open Closed

Few bugs on Angular Commercial #7533


User avatar
0
viktor created
  • ABP Framework version: v8.2.0 - Commercial!
  • UI Type: Angular
  • Database System: EF Core (SQL Server)
  • Tiered (for MVC) or Auth Server Separated (for Angular): no
  • Steps to reproduce the issue:

1 BUG: Click on button at Error Massage is not working. "Go to the homepage". Why it is presented if it do nothing? What is a way to control it?

Bad action with error 403... After getting this error I even can not click Back button on browser because it goes back to Forbidden page which gives again this error:

2 BUG: Can not translate message - it is not presented in dictionary and I can not find way how to translate it. I can translate Titile and Button title but I can not translate Message "Not found item!" - there is not such in dictionary.


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

    Hi,

    How do I reproduce these problemes? please share the full steps, thanks.

  • User Avatar
    0
    viktor created

    Hi, I cretaed new project and reproduce error. But on new project it redirects to home page. I start investigate why and I can see there is difference on source of component <abp-http-error> at html element <a >

    On new project (created with abp suite with 8.1.3) I can see following:

    but on my project (I used abp suite version 8.0.0) I can see this souce:

    so how can I align component <abp-http-error>?

  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    Hi,

    you can consider to upgrade your project version.

  • User Avatar
    0
    viktor created

    Hi, @liangshiwe At this moment we can not upgrade full project. Is it any way to upgrade only this one component?

  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    you can custom the HttpErrorComponent

    https://abp.io/docs/latest/framework/ui/angular/component-replacement

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