Hello Abdulaziz_Alsaffar Can you please try to make requireHttps to false in evniroment
And please check all your URLs.
Also check whether you have added them at correct places.
Do have look to this similar issue https://support.abp.io/QA/Questions/4408/Error-An-internal-error-occurred-during-your-request-400-While-Login-using-angular
Please do let me know if anything else needed
Hi
if you can integrate web3 login in asp.net core you can do the same process in abp.io
in abp io once you get necessary details(claims) from the web3 as an external authentication you can modify SignInManager to register or login with the user https://docs.abp.io/en/abp/2.9/How-To/Customize-SignIn-Manager
https://github.com/dotnet/aspnetcore/blob/c56aa320c32ee5429d60647782c91d53ac765865/src/Identity/Core/src/SignInManager.cs#L638-L674
https://learn.microsoft.com/en-us/aspnet/web-api/overview/security/external-authentication-services
How to create module : https://docs.abp.io/en/commercial/latest/abp-suite/create-module-solution#adding-your-new-abp-module-to-your-main-solution
Also please checkout this link if it is useful : https://github.com/abpframework/abp/issues/5343
Hello niall,
I am working on the same get back to you asap
Thanks
Hello linhhn@arius.vn ,
Can you please share more steps to reproduce this issue, and also it will be helpful if you share some details of the entity that you are getting error. Like Entity parameters, and its inheritance.
Thank you, Anjali
Hello linhhn@arius.vn,
Could you please try following steps
Open CMD anywhere
Run command: yarn cache clear
Go to angular folder
Remove .angular | node_modules | yarn.lock
files the existing folders
Run command: yarn install
or npm install
Run command: yarn start
or npm start
Also have look to this similar issue https://support.abp.io/QA/Questions/702/NullInjectorError-in-console-Angular-app-couldn%27t-load
Please do let me know if find helpful
Thank you, Anjali
Hello Abdulaziz_Alsaffar
Can you please run abp install-libs
command in your project folder
And also check below link if it helpful
https://support.abp.io/QA/Questions/5197
Hello csykes,
I am sharing a video link, that includes the steps that we followed and the results that we got.
Solution 5862 Please check and share your thoughts.
Regards, Anjali
Hello hitaspdotnet,
Apologies for inconvenience I will check and get back to you asap
Regards
Hello niall,
I am trying to reproduce the issue at my end.
For that could you please share me code of MyServiceWeb/Pages/Product/index.cshtml
so that we can assist you in better way.
Regards, Anjali