Activities of "maliming"

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

Yes, I use the latest code.

The operation was canceled

Please share the relevant logs of the API and web projects. This situation is usually caused by the browser canceling the http request.

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;
}
Showing 7231 to 7240 of 10605 entries
Learn More, Pay Less
33% OFF
All Trainings!
Get Your Deal
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.0.0-preview. Updated on September 08, 2025, 09:55