You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Uncaught Exception:
AssertionError [ERR_ASSERTION]: host must be a valid HTTPS URL
at validateInput (/myapp/electron/dist/mac-arm64/myapp.app/Contents/Resources/app.asar/node_modules/update-electron-app/dist/index.js:141:34)
at updateElectronApp (/myapp/electron/dist/mac-arm64/myapp.app/Contents/Resources/app.asar/node_modules/update-electron-app/dist/index.js:26:22)
at UpdateHandler.doUpdate (/myapp/electron/dist/mac-arm64/myapp.app/Contents/Resources/app.asar/bin/handlers/update.handler.js:53:9)
at IpcMainImpl.<anonymous> (/myapp/electron/dist/mac-arm64/myapp.app/Contents/Resources/app.asar/bin/handlers/update.handler.js:32:60)
at IpcMainImpl.emit (events.js:376:20)
at Object.<anonymous> (electron/js2c/browser_init.js:161:9959)
at Object.emit (events.js:376:20)
That means that it is failing to set the default value for the host parameter, in fact, when setting it to host: "https://update.electronjs.org" it goes away.
The text was updated successfully, but these errors were encountered:
@fttx Thanks for making an issue, just bumped into this and got stuck!
@erickzhao Do you know if it matters what website the host is? Trying to figure out what is the purpose of a host-url is when we're just pointing at a GH repo?
This code:
is causing this error:
That means that it is failing to set the default value for the host parameter, in fact, when setting it to
host: "https://update.electronjs.org"
it goes away.The text was updated successfully, but these errors were encountered: