- 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)
-
0
Hi,
How do I reproduce these problemes? please share the full steps, thanks.
-
0
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>?
-
0
Hi,
you can consider to upgrade your project version.
-
0
Hi, @liangshiwe At this moment we can not upgrade full project. Is it any way to upgrade only this one component?
-
0