I'm facing the issue when publish blazor app on linux server.
Problem:
dotnet ProjectName.dll
When I'm runing above command, below message is displayError screen
Context:Server: Ubuntu 22.04 on virtual machineApp: Blazor WASM on .Net 8 with additional API project runing as seperate linux service to communicateRelease command:
dotnet publish -c Release -r linux-x64 --self-contained
I didn't find any reasonable workaround or even reason problem occur. I'm totally confused about "JS is not supported on linux" cuz JS is working in browser...
I will appreciate any suggestions how can i resolve it.