mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
dotnet core 3 BlazorServer App start with JavaScript Error #403
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @aboimpinto on GitHub (Oct 29, 2019).
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
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
@h2floh commented on GitHub (Jan 9, 2020):
I have the same/similar error while using
electronize starton Windows 10 dotnet core 3.1:@h2floh commented on GitHub (Jan 10, 2020):
For me it resolved after I added a missing configuration value to appsettings.json which I did not realized when copying code around:
68288d9d73/ElectronNET.WebApp/Startup.cs (L63)