Please also share the code of PaymentManagementApplicationContractsModule
Does your angular app use https? is the https certificate valid?
https://localhost:4200/ http://localhost:4200/
hi
The current public website only supports MVC.
You can create a microservice app and use angular as UI type. then change this angular app.
hi
Can you share a project to reproduce?
I will download and check it.
liming.ma@volosoft.com
hi
You can share the logs.txt file when you have reproduced the problem.
liming.ma@volosoft.com
Thanks.
hi
If you call the AddAbpSwaggerGenWithOAuth method. it will call the AddAbpSwaggerGen as well. so you don't need to call AddAbpSwaggerGen again. it will cause the exception.
Yes, You can try that.
Using Angular as appName will try to get the URL from Applications["Angular"]
options.Applications["Angular"].RootUrl = configuration["App:AngularUrl"];
options.Applications["Angular"].Urls[AccountUrlNames.PasswordReset] = "account/reset-password";
options.Applications["Angular"].Urls[AccountUrlNames.EmailConfirmation] = "account/email-confirmation";