hi
Can you share the simple project? liming.ma@volosoft.com I will test it on my locally.
hi
You can get tokens from HttpContext in Web project, await httpContext.GetTokenAsync("access_token");
The HttpApi project
will get token from HTTP request. bearer token
The Auth
project is the issue and validates the token.
So string bearerToken = Request.Headers[HeaderNames.Authorization].ToString()
is the right way to get token in HttpApi project
What about info logs?
Please share the context logs when SignalR tries to connect.
hi
Are there any errors on the backend app?
however when I run it although it may work the first and second time, but eventually it gives me a 'Volo.Abp.Http.Client.AbpRemoteCallException: An error occurred during the ABP remote HTTP request. (The operation was canceled).' error. At this point I'm out of ideas and need assistance getting this test solution to work consistently every time.
I have tried several times, but can't reproduce the problem. Is there another way?
hi
In which project are these codes located?
https://support.abp.io/QA/Questions/4154#answer-d85b2d49-33af-095c-f391-3a07fad9ab95
hi
UI crashes when too much data exists & call runs into timeout.
Can you share error screenshot and logs from browser console?
You can't. : ( This is designed by blazor.
hi
This line doesn't set the ServiceProvider
of ValidationContext
if (NewTestDataContext.Validate() == false)
{
return;
}