I've updated to the version 4.3.2 and it is still hapenning. I don't understand what do you want me to do with those two links. I am using packages in my solution and I haven't included the source code, therefore, I cannot change those files. When the solution will be released? It is always unclear for me when checking closed/resolved items in Github. Is the milestone the release where the fix will be released?
Hi,
The fix in the https://github.com/abpframework/abp/issues/8858 doesn't work for me. It is only listing the fields in an alphabetic order. It makes no sense. I need to define the fields order based on what makes sense for the user grouped by subject. The order now is stable, I mean, it will always show the fields in the same position, however, that is not what I want.
@liangshiwei, that solution resolves the logout, but, when I do the login, the main page is the Index.razor. Currently, I am checking the if currentTenant.Id is null, if so, then I redirect to the Login page. The problem with that is that the Login page is on MVC project, so, it loads all WASM modules, redirect to the Login page, and after the login, reload all WAS modules again to access the application.
It would be quite faster if the application goes straightaway to the login page, with no need to load the WASM modules.
I hope I did myself clear. If you wish, we can arrange a meeting where I can show you remotetly.
Hi, any update about this item? I am still redirecting the web pages, in some clients the user can see the index page rendered and then gets redirected to the login page.
Hi maliming,
That is before I have changed the profile:
Chaning the name from "Leonardo" to "Leonardo1":
And then returning to the application through the button "return to application"
I'll update the framework from 4.2.0 to 4.3.2, hopefully that will get fix. I'll let you know once I got it migrated.
That worked like a charm. Good catch. Thank you very much!
Hi,
Any progress on this item? I am still getting errors. Currently, I'm working in a different project and It will be required using Server side filtering. Even updating the framework to 4.3.0 the issue is still happening.
Hi,
That does the trick, but the menu Emailing is being shown in the sub-menu options. Will that be visible on Tenant side on next versions?
I just create a new project using ABP Suite, Blazor WASM, EF, Postgre, no mobile, and any check-box checked. Then I've run the dbmigrator, the host and blazor application, I've created a new tenant, and when login in this new tenant, clicking over Administration > Settings, the page is not loaded.
If you want I can send you my project. I've just did some customization in the project, but it is pretty much empty yet.
Hi liangshiwei,
For me, this question is still opened. I need to know if there is a way to redirect the login page straightaway bypassing the Index page. Is that possible or not? Did you access the site https://avalancheocp.tvdinc.com/ to check the render effect when rendering Index and then navigating to Login page?