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 thisThen 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
This is my swagger, there is no /api/account/login
-
0
is your Identity Server seperated?
-
0
Yes, it's seperated. And I can login through it
-
0
add swagger to your Identiy Server project
See this to understand how to add Swagger https://gist.github.com/ebicoglu/60b9617a9dc0a780f7fc729f0496f4cc
-
0
this is my response from try swagger
Everything is fine when I run in debug. This stuck me to deploy to Demo environment. Please help
-
0
this is my response from try swagger
Everything is fine when I run in debug. This stuck me to deploy to Demo environment. Please help
Hi,
If this problem still exists, please create a new ticket.