Replies: 2 comments 4 replies
-
I've copy-pasted the exact same code and it works on my machine. And I also tried your project. It works without any error. |
Beta Was this translation helpful? Give feedback.
-
Ok, I found that this workaround also helps here:
This fixes the crash here. |
Beta Was this translation helpful? Give feedback.
-
Hello,
somehow when debugging my process just crashes when I want to upload a file
using the FileEdit field.
When I set a breakpoint in the first line of the OnChanged event, the breakpoint gets hit but then the process
just exists (the console does not show an exception or anything. Just that the process terminated with exit code -1).
My app is a Blazor server app.
In use is Blazorise 0.9.3
This is my code:
My file is only a few KB in size.
On my deployed machine I also do not get an exception.
The site tells me that it cannot reach the server for a few seconds.
Then it returns but my file is not uploaded.
The entire code can be found here:
https://github.com/ckorn/SshTarpitAnalyzer/blob/master/UI/SshTarpitAnalyzer.Blazor/Pages/SshTarpit.razor
Currently the FileEdit is commented out because I use pastebin to download the log file.
Beta Was this translation helpful? Give feedback.
All reactions