I need to remove this section of the application, i can't find how in the documentation:
Hello,
We believe that the problem comes from the support that ABP gives to blazor, because in other Blazor WASM applications published in azure this does not happen to us, we have no performance problems. Also, as we have seen in several links, this error is reported by several people, where they are also not given an effective solution.
The only solution is to have to migrate to blazor server or blazor webapp, is that the "support" given to blazor WASM?
You can try accessing other pages of the application the first time, some that do not make requests to the api, it takes the same.
Hello,
The error is that sometimes, most of the time, it takes more than a minute to access the application.
Sorry, but I'm missing the point of this thread.
I need to get the token so I can assign it to a request.
Yes, as I have attached in the images, it does reproduce. I will send it to you now. Thank you!
After creating a new project, the only thing I added was an AppService without complexity, with a method without parameters or functional implementation, to test a call to the api, and the result I get is the same as in the final application, attached images:
Additionally, it also does not inject microsoft's IAccessTokenProvider.
Hi, I can't share a sample project as it is a final application.
As far as I know we don't manage that, localhost is my computer and 44362 is the port where the application is exposed when debugging, which is configured in the appsettings.
What are the risks of this being different, and do they need to be the same? If so, how can I change it?