Abdul Rahman

Results 68 comments of Abdul Rahman

@jsakamoto Sorry for the delayed response. Here are the requested details. ![image](https://user-images.githubusercontent.com/43729469/155174540-9139ae78-4349-4d44-8d40-b733ca76e11c.png) Error: > FileLoadException: Could not load file or assembly 'Microsoft.AspNetCore.Components.WebAssembly, Version=6.0.2.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'. Stack Trace:: ``` System.IO.FileLoadException: Could...

@jsakamoto Sure I'll check and get back. I have one more question. This package supports PWA apps and also fixed integrity issues?

@jsakamoto This time I'm getting new error related to URI. Console output: ``` Start fetching...[http://127.0.0.1:5050] Getting http://127.0.0.1:5050/... Getting http://127.0.0.1:5050/blogs/blazor-wasm-lazy-loading... The HTTP status code was not OK. (it was InternalServerError.) Getting...

@jsakamoto , I figured out. If any page has link with url fragment, then prerendering of that page fails. ```razor Global Exception Handling ``` Parsing of URL with fragment fails?

@jsakamoto, Prerendering and Publish is successful now. 1. I noticed that prerendering is not replacing `Loading...` text in `#app` element. Instead it's appending with `#app` element content. ![image](https://user-images.githubusercontent.com/43729469/155845274-621a67e8-1d85-40ad-8f37-2283581412b7.png) Is this...

@jsakamoto many thanks for your response. Please can you help me out with other queries in my previous comment?

@jsakamoto , I think you missed to respond 3rd and 4th query in my original comment. Please can you assist?

@jsakamoto, Prerendering and Publish is successful now. 1. I noticed that prerendering is not replacing `Loading...` text in `#app` element. Instead it's appending with `#app` element content. ![image](https://user-images.githubusercontent.com/43729469/155845274-621a67e8-1d85-40ad-8f37-2283581412b7.png) Thanks for...

@jsakamoto, publish failed with the following message, Console output: ``` Build succeeded. 0 Warning(s) 0 Error(s) Time Elapsed 00:00:04.70 Start fetching...[http://127.0.0.1:5050] Getting http://127.0.0.1:5050/... Getting http://127.0.0.1:5050/blogs/webapi-importance-of-status-code... Getting http://127.0.0.1:5050/channels/webapi... [WARNING] The requested...

@jsakamoto that works. Now Loading Text doesn't appear.