hi @shobhit
Is your purpose to log in through Microsoft or other social accounts in Angular?
hi
There is no problem with passing the token using the Authorization
request header. Authorization: Bearer token
Authorization failed! Give policy has not grandted
You can check the application's log to see the details.
hi @suraj.kumbhar
Can you share your project to me? include the necessary steps.
I will try to reproduce your problem.
My email: liming.ma@volosoft.com
Thanks.
hi
When IsAbandoned is true, it means that an exception has occurred.
Can you check the logs of your application?
hi @suraj.kumbhar
I'm checking.
hi RonaldR
You can try to upgrade to 3.3.1.
https://github.com/abpframework/abp/pull/5728
If the upgrade package does not solve your problem. you can try to create a template project and share the steps to reproduce the problem to me, thank you
hi pvaz
You are using the Tiered Structure application, please refer to the documentation to learn how to run it.
https://docs.abp.io/en/commercial/latest/startup-templates/application/solution-structure#dbmigrator-project
https://docs.abp.io/en/commercial/latest/startup-templates/application/solution-structure#tiered-structure
https://docs.abp.io/en/commercial/latest/startup-templates/application/solution-structure#how-to-run-1
hi pvaz
If you get other questions or problems, please feel free to feedback. Thank you.
Access to the path 'C:\Users\Paulo Vaz.dotnet\tools\abp-suite.exe' is denied.
This looks like a permission issue in windows.
You can try to use the administrator to open the cmd
and execute the abp suite install
command.
hi
You can call the methods of the application service layer in the web layer. In the application service layer, you can use repositoriy to read and write databases.
I suggest you start with the documentation
https://docs.abp.io/en/abp/latest/Domain-Driven-Design https://docs.abp.io/en/abp/latest/Application-Services https://docs.abp.io/en/abp/latest/Repositories