Gellert Hegyi
Gellert Hegyi
sorry for the late response, I fixed the url type checking as of `1.0.12`, now it can load urls with query params. let me know if the issue is resolved...
how are the URLs that are failing look? from the above it seems it is on windows where paths don't begin with `/` so @mrcatj's solution just simply skips that...
@mrcatj this solution wouldn't work on unix though. what if you remove the third `/` and just pass in `file://C:/Users...` to `loadURL`?
@mrcatj try out the new version, now the URI is encoded, maybe it fixes the space character problem.
It seems [this is an issue](https://github.com/nodejs/node/issues/9377) with the upgrading of node and npm.
Put up a fix for this issue here: https://github.com/electron/electron/pull/38208