Angular UI Administration menus are not showed!
The solution is created by cli: abp new Test -t app-pro -u angular
The abp pro version is 2.3.0.
It can build and run successful, but administration menus are not showed.
13 Answer(s)
-
1
try signing in from http://localhost:4200/account/login then you'll see the administrator menu.
I think the problem is there's no Login link.
-
0
I already logged into the system. But It didn't work!
-
0
Did you clean browser storages (local and storage) ?
-
0
Hi,
I've got this also
The admin menu can be showed in localhost but I've got this problem when deploying to dev server The first time I run, It show the default page with login button, then I passed the username and password and it show like this
Then I refresh the page and it turned to unauthorized page
-
0
Check the app-configuration response after logging in. If
isAuthenticated
incurrentUser
object equal to false, you should check the backend configuration. It may related to AuthServer settings in theappsettings.json
-
0
I don't know why the isAuthenticated = false because when It redirects to /account/login, I can log in successfully
-
0
Can you call
/api/account/login
API via swagger and provide response to us? -
0
-
0
is your Identity Server seperated?
-
0
-
0
-
0
-
0