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
Version: 15.6.1 (also tested on 15.1.0+ versions, works fine at 7.12.1 though)
Version: 1.10.4
Target: win x64 nsis
Upload release, for some reason is broken and the reason is that POST request to upload release app is skips authorization header ( "authorization": "" used ).
To solve this, I commented out safe.headers.authorization = "<skipped>"; in ./node_modules/electron-builder/node_modules/electron-builder-http/out/httpExecutor.js which is this line in src
The text was updated successfully, but these errors were encountered:
Upload release, for some reason is broken and the reason is that POST request to upload release app is skips authorization header ( "authorization": "" used ).
Log:
To solve this, I commented out
safe.headers.authorization = "<skipped>";
in./node_modules/electron-builder/node_modules/electron-builder-http/out/httpExecutor.js
which is this line in srcThe text was updated successfully, but these errors were encountered: