Hello,
I am trying to deploy web API on Azure App services. I followed the steps mentioned here https://docs.abp.io/en/commercial/latest/startup-templates/application/azure-deployment/step1-create-azure-resources?UI=NG&DB=EF&Tiered=Yes
However, I face this issue:
Checking the Log Stream in Azure App Services, I find this error:
On Checking under Azure App service > Debug and Solve problems > Application Logs, I find this
After this, I also tried to publish the application into my local machine folder and then these commands, but unable to to execute it in my local as well
Can I get some input, on what I might be doing wrong here ? Thanks
it is fine when I build and run the app from Visual Studio in development mode.
I am using the [Authorize] attribute as mentioned here: https://docs.abp.io/en/abp/latest/Authorization
With that, I want to test the APIs via Postman and to do that, I need to get an Access Token for authorization.
I am using the /api/account/login endpoint and I see that the token is being stored in cookies. But I want to get that in the request response.
Please can someone direct me to its documentation or any samples?
Previous ticket was closed in between of the solutions, so creating a new one with the reply from previous ticket https://support.abp.io/QA/Questions/6013
ABP Framework version: v7.4
UI Type: Angular
Database System: MongoDB
Tiered (for MVC) or Auth Server Separated (for Angular): yes
Exception message and full stack trace:
Steps to reproduce the issue:
Hi
So we are trying to add notification as sub menu for mobile view, the issue is the menu is visible to both desktop and mobile view, is there any way we can only show menu in mobile view?
Hi, Thanks for all your help, the issue has been fixed now.
Hi, Please check in branch "521 SocialExternalLogin", we have separate identity server and the changes you suggested are all in that web application only.