Blazor WASM — JavaScript не поддерживается в LinuxLinux

Гость
Blazor WASM — JavaScript не поддерживается в Linux

Сообщение Гость »


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 display Error screen

Context: Server: Ubuntu 22.04 on virtual machine App: Blazor WASM on .Net 8 with additional API project runing as seperate linux service to communicate Release 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.


Источник: https://stackoverflow.com/questions/781 ... d-on-linux

Вернуться в «Linux»