Abdul Rahman
Abdul Rahman
@jsakamoto , I'm trying to debug by logging `console.log((new URL(event.request.url)).pathname);` and see if this will log the route entered in address bar. But it logs all the paths of static...
@jsakamoto I appreciate your time in creating this project. I tried this with brand new `net6.0 blazor wasm pwa` project in windows 11 pro. I'm getting the below error on...
@jsakamoto thanks for the inputs. I'll wait for the solution. Please could you let me know what is the issue here?
@jsakamoto Many thanks for your time and response. This works for simple project. But If we have a parameter of Type `WebAssemblyHostConfiguration` in `ConfigureServices`. This fails with below error. Error:...
@jsakamoto I have appsettings.json in my wwwroot and I'm binding some configuration from that and hence I need acces to configuration. I tried with IConfiguration instead of WebAssemblyHostConfiguration. The code...
Sure. I'll wait for it. Happy to hear back.
@jsakamoto This now worked for simple project. Howerver this fails in my production blazor project. Web.csproj: ```xml net6.0 latest enable enable service-worker-assets.js true #body ``` Program.cs: ```cs var builder =...
@jsakamoto never mind. I figured out the build error issue. I apologise. I forgot to add `id="body"` in my `` tag in `index.html`. After changing to `
Sure I'll check and get back.
@jsakamoto still the same. No prerendering content in `index.html` after publish