Replies: 2 comments
-
I get these 2 errors when inspecting the page load: | (anonymous) | @ | blazor.web.js:1 -- | -- | -- | -- | Qo | @ | blazor.web.js:1 | await in Qo | | | Yo | @ | blazor.web.js:1 | startCircutIfNotStarted | @ | blazor.web.js:1 | resolveRendererIdForDescriptor | @ | blazor.web.js:1 | determinePendingOperation | @ | blazor.web.js:1 | refreshRootComponents | @ | blazor.web.js:1 | (anonymous) | @ | blazor.web.js:1 | setTimeout | | | rootComponentsMayRequireRefresh | @ | blazor.web.js:1 | onDocumentUpdated | @ | blazor.web.js:1 | Hi | @ | blazor.web.js:1Blazor initializers Fallback {*path:nonfile} |
Beta Was this translation helpful? Give feedback.
-
@dslaby Please create a github repo to reproduce the issue with minimal steps. I'll take a look. NOTE: .zip files are not allowed for review. Also, do not share any sensitive information. |
Beta Was this translation helpful? Give feedback.
-
I modified the register.razor page with an employee list and a button link to a page that edits an employee in a sql employee table; I can load the edit page with passing the parameter of the employeeid, but I'm not able to navigate to the edit page by clicking on the button associated with the employee in the list. The register button functions to create a new AspNetUser and new sql Employee. I have a problem with the button onclick event not responding. The rendering of the css files seems ok. I queried copilot, but did not get the issue resolved. I installed blazor bootstrap according the instructions. (The prior bootstrap button also did not function.) The code seems correct. Javascript is enabled and functions in my browser. Any troubleshooting suggestions will be appreciated. The application is a server-side blazor 9 application, and I'm wondering if there is a reference needed to activate web-side rendering?
Beta Was this translation helpful? Give feedback.
All reactions