[Wasm] Failed to load application interp.c:2551, condition `is_ok (error)' not met #18236
Unanswered
giraudremy
asked this question in
Q&A
Replies: 2 comments
-
Thanks for the report. This is an error generated by the .NET runtime itself. Unless you can provide a repro, there's not much we can do. You may want to adjust parts of your code to determine what is causing this issue, in order to find a workaround. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Ok thank for answer, I will investigate and try to isolate the issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I'm encountering an issue with my Wasm project after publishing it on my Windows machine targeting .NET 8 with the following settings:
When I run dotnet serve on Windows (dotnet serve --directory bin\Release\net8.0\publish\wwwroot --port 5050), the application works fine.
However, on my production server running Debian 12 with Nginx, I get the following error when launching the application:
I don’t understand this message and I’m not sure if it’s related to my environment or the way I’m generating the application. I’ve also tried running it via WSL with the same result.
Any help or guidance would be greatly appreciated!
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions