do you see any browser console log?
hi, actually in v2.9 there's a performance improvement by x2 see the blog post https://blog.abp.io/abp/ABP-Framework-v2.9.0-Has-Been-Released is it working in a container? or do you have a poor internet connection? did you try restarting your computer? this is a very changable siutation depends on multiple environment issues.
can you try the solution mentioned here https://mattferderer.com/NotSupportedException-No-IUserTwoFactorTokenProvider-tuser-named-default-registered
@AkinSabriCam, can you try to reproduce the issue?
@arifharsono, I've reproduced the Angular navigation modal issue. created a ticket to be fixed in the next version.
@gaoyao , can you explain in details about the problem. what's not displaying normally?
@drpdev2
disable 2 factor auth and try again the "forgot password".
in ABP, public role is just a simple property to distinguish from system roles. what you can do with it, imagine that you are creating a support module, and there are users who can ask questions and the users who answers (the supporters). you don't want to add a IsSupporter property to the user entity, because you know that a role can do the same. so you can create a role, name it "supporter" and make it public then show all the public roles on the user card. I hope it's clear now.
"public role is just a simple role as others which has only IsPublic=true flag. You can use it according to your requirements"