hi
we have single iis website to publish abp (backend net core) and abp (front angular) project into this single site .
this is a my configurations :
sample ip : 192.168.1.25
after deploy i have problem to routing in iis website . we fix some of this with web.config file like this.
my problem after all of this . into angular project login button not working .
login button call angular function
return this.authService.loginUsingGrant('password', this.userForm.value);
my errors :
i need solution to solve this problems
thanks.
2 Answer(s)
-
0
Hello,
Can you please provide these details
ABP Framework version:
UI type:
DB provider:
Tiered (MVC) or Identity Server Separated (Angular):
Exception message and stack trace:
Steps to reproduce the issue:"and also check if any logs?
thanks
-
0
Hello,
Could you please check the URLs listed in the discovery document?
You can access this document by visiting the following link: https://<domain.com>/.well-known/openid-configuration
Verify the URLs present in itThanks