Open koenhendriks opened 5 years ago
remove . from html directory will solve your problem
windowManager.open('main', 'main test', '/index.html');
Same issue here, even i use
windowManager.open('main', 'main test', '/index.html');
its the same
Hi Guys,
This problem make me lose my head kkk.
I fix it but...
This message is because the source or url is not finded.
In my code it's set in:
process.env.NODE_ENV === "development" ? envDEV + /trChamada" : 'file://${__dirname}/index.html#trChamada;'
trChamada is the igual to my route to fix it:
{ path: "/trChamada", name: "tr-chamada", component: require("@/components/Paginas/TrChamada").default },
I lose half day work to find this and solve it. Take care by names and routes to prevent this.
I am sry, but where did you change this code. In main.js, or index.html there is nothing. Did you change something in package.json? I searched all the main code files and i didn't find a single line of code even similar to this.
I'm just trying out this package, it looks promising but i can't even get a simple window to work.
Using basic code:
I get the following error: