Electron.net: dotnet core 3 BlazorServer App start with JavaScript Error

Created on 30 Oct 2019  路  2Comments  路  Source: ElectronNET/Electron.NET

I install the new Nuget package that provides support for dotnet core 3.0 and when I run the app using:

electronize start

I get always this message

image

sometimes the Electron app run and other times no. Still didn't figure it out when does what.

I'm running in Ubuntu 19.10

bug

Most helpful comment

For me it resolved after I added a missing configuration value to appsettings.json which I did not realized when copying code around:

https://github.com/ElectronNET/Electron.NET/blob/68288d9d73bb423c0e500e5bec1149523c3d99e9/ElectronNET.WebApp/Startup.cs#L63

All 2 comments

I have the same/similar error while using electronize start on Windows 10 dotnet core 3.1:

image

For me it resolved after I added a missing configuration value to appsettings.json which I did not realized when copying code around:

https://github.com/ElectronNET/Electron.NET/blob/68288d9d73bb423c0e500e5bec1149523c3d99e9/ElectronNET.WebApp/Startup.cs#L63

Was this page helpful?
0 / 5 - 0 ratings