This package looks really useful. I tried it with my Blazor wasm app SkyDocs, but it doesn't work. During the publish step, it receives a timeout from the local server.
Start fetching...
Getting http://127.0.0.1:5050/...
Using API domain: http://0.1:5050
Unhandled exception. System.Threading.Tasks.TaskCanceledException: The request was canceled due to the configured HttpClient.Timeout of 100 seconds elapsing.
I've created a private static void ConfigureServices(IServiceCollection services, string baseAddress) and moved my service configuration there.
Do you know what might be the problem? Is there a way I can help / debug this?
PR in my repo with this prerender package:
michielpost/SkyDocs#15
This package looks really useful. I tried it with my Blazor wasm app SkyDocs, but it doesn't work. During the publish step, it receives a timeout from the local server.
I've created a
private static void ConfigureServices(IServiceCollection services, string baseAddress)and moved my service configuration there.Do you know what might be the problem? Is there a way I can help / debug this?
PR in my repo with this prerender package:
michielpost/SkyDocs#15