We are facing a weird issue in Authenticate API since last couple of days. In our one of client project, our application APIs are used by client's external application to store data. They are using TokenAuthController Authenticate method to generate access token to access these APIs. But, sometimes when they try to generate a token uisng this API, application throws 504-gateway timeout error from this API on Azure environment. In local environment, we are not facing this issue . Could you please proveide some pointers here? Current application uses abp-zero-template- 10.1.0
3 Answer(s)
-
0
Hi,
Could you implement changes in;
https://github.com/aspnetzero/aspnet-zero-core/pull/4234 and https://github.com/aspnetzero/aspnet-zero-core/pull/4375
I think these changes will solve the problem.
-
0
Thank you Ismail. We will do the changes and keep you posted on this.
-
0
Thanks :)