Jan Tesař

Results 82 comments of Jan Tesař

Is there anything I need to do to get this PR merged?

No, but now I know why is it happening. The server which serves WA Blazor app doesn't know what to serve on alternative urls (like /counter). More information [here](https://docs.microsoft.com/en-us/aspnet/core/blazor/host-and-deploy/webassembly?view=aspnetcore-5.0#rewrite-urls-for-correct-routing).

Thanks for your interest @ddjerqq. It is not being worked on. Please share your ideas.

How to make Azure Static functions (good for comments or contact forms) work https://techcommunity.microsoft.com/t5/apps-on-azure-blog/build-and-deploy-net-8-blazor-wasm-apps-with-serverless-apis/ba-p/3988412

For Netlify, we have a solution: https://tesar-tech.github.io/BlazorStatic/docs/deployment As I understand the build image is used to run dotnet, but we don't need that since it runs on gh actions and...

If jekyll has it, than it is probably way to go. I was thinking about some solution that would change this as part of deployment process, but that means we...

You probably use absolute path, try this instead: `app/Components/Pages`. Did that help? With the upcoming version it will find all the .razor pages automatically, so there will be no need...

Can you tell me more about the setup? Where is it running? How is it running? On what ip address is it supposed to run? When you call `UseBlazorStaticGenerator` it...

Oh, yeah. I see, I see. So it takes the "inner" ip address, not the one exposed by docker, right? What about option to configure the url? ```csharp builder.Services.AddBlazorStaticService(opt =>...

I am afraid we are trying to solve two things -> Running the app inside the docker and whatever specific you have in your codebase... But we'll get there no...