Hi,
please check https://abp.io/docs/latest/framework/ui/angular/http-requests#how-to-get-a-specific-api-endpoint-from-application-config
thanks
Hi I think there is misunderstanding what i need is how to generate proxy and specify the name of the api I need the generated proxies to have custom value for the variable 'apiName' not when how to call specific api because we have too many generated proxies that we can not change it manually
We have two backends and one frontend
And We want to generate proxies for each in different folders and managed to do that but the problem is when the generated services for backend2 is created it look like this:
The apiName is default so when I call any service it goes with https://localhost :44336 even though the correct url is https://localhost:44338 So how can I specify the apiName value when I generate proxy? I tried using --api-name but it didn't work.
Hello,
I have checked your log files there is no any error or exception Please check out https://support.abp.io/QA/Questions/1015/Email-is-not-coming-after-forgot-password#answer-5c4820a3-7106-c96a-26bd-39fb323e3594 if it helps you.
Thanks
Hi, Yes, we already remove this line which is in Domain layer. but Isn't the AuthServer responsible to send the Forget Password link?
Hi Anjali
Here is the link to the logs
https://drive.google.com/file/d/1aQW7kMN5gyvQx_lTRs7usep0liGdy7U0/view?usp=sharing
Kindly check
Hi,
Ok, but no error details and stack are logged. sorry, I didn't find anything.
You can check this to get the details for the exception. https://github.com/dotnet/efcore/issues/33319#issuecomment-2030777176
Hi,
Ok, I will ask the DevTeam To implement this and get back to you,
I am a Deployment Guy, it seems like a complex task for me,
but i just wondering if someone was able to get the Auth Server Working behind Nginx while the Nginx Do the SSL Offloading and the SSL Stuff,
because if that's the Case then we need a Another Static IP (Public) DNATed to the Auth Server directly, or run it as HTTPS on non standard port like 8443 (which is not a good practice)
Please keep the Ticket open, maybe someone faced the same issue or have a similar scenario and can help me solve it
Could you try change the logger level to
debug
and share the full logs? thanks.
Sorry for late response, took me some time to get the Debug working
i couldn't paste the logs here directly so i mailed them to you at shiwei.liang@volosoft.com,
Please let me know if you got them Email Subject: Debug Info
If you use this access_token to access the APIs, will it work?
yes it will work
our Mobile Dev Team are currently using the token to access the Application API and it's working