I cannot login from angular site when i was hosting both of them on the IIS.
Hi Support Team,
I have been generated an abp solution with Separated Identity Server. It worked well when launching from VS 2019, but when i tried to hosting all project (Indentity & Api Host) in IIS 8, it did'nt work. When i login from the front end, it returned the page as below
And when i refresh this page, it return to the home page as below
Is there any configuration that i missed when hosting them into IIS?
But when i try to call an api on Swagger, i get error message "Authorization failed! ..." Note: I has created solution with option "Separate Identity Server" and launch it before Acme.BookStore.HttpApi.Host.
Note: My pc in behind a coporation proxy and cannot connect to github. Is there any problem about that?
I 'm using Abp Suite 2.3.0 to create a new solution with options (UI framework: Angular; Mobile: React Native; Database Provider: Entity Framework Core; Separate Identity Server). But, when i launch front-end web site, it doesn't contain The Administration menu (this issue didn't happened in the Abp Suite 2.2.1). How i can fix it? And another question: how can i test the web api in the Swagger UI when Separate Identity Server options is selected?