Product version: 8.7 Product type: MVC / Jquery Product framework type: ASP .NET CORE 3.1
Hi,
For our (MVC / Vue) Front-ends we use an APIUser account to do token based authentication with the ASP.net zero back-end to call a number of AppServices.
The problem is that after a while depending on the load of the front-end (number of token authentications) the user becomes unusable because the token authentication takes a very long time or eventually time-outs. If we try to use postman for example, we get the same behaviour. The only solution is creating a new user with the same permissions and use that one, until the problem occurs again.
Is this a cache-issue or is there another way to solve this, or, so to say, reset the user?
Thanks,
Dave van de Ven
5 Answer(s)
-
0
-
0
Hi Musa,
No, no error and no INFO lines.
I just checked with postman and any call from a 'congested' user takes about 1 minute and 40 seconds..
Greetings, Dave
-
0
Hi @SBJ
Could you check the AbpUserTokens table to see if it has many records for the user you are having a problem ?
Thanks,
-
0
Hi Musa,
Yes, almost 14.300 records.
Greetings, Dave
-
0