C#C
C#2y ago
Naarfy

Blazor - No event handlers associated

Hi. I have a simple Blazor project (.NET8) I have fields who write to a database on click.

The issue I have is most of the time - but not everytime - I click on an input field, I get the error message here

https://pastebin.com/Y0FxsfUe

When that happens, I can't invoke my submit function (I get the same error with the handler ID incremented by 1)

sometimes I restart the server and it works I can upsert my post no problem.

here is my code

https://pastebin.com/gcWnRyRB
Pastebin
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
Pastebin
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
Was this page helpful?