We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version 3.12.1 convertToSquashfs: true
3.12.1
When running deployAndSignPackage I get back
deployAndSignPackage
Error during deployAndSignPackage: Error: Parse Error: Expected HTTP/ at Socket.socketOnData (node:_http_client:540:22) at Socket.emit (node:events:519:28) at Socket.emit (node:domain:551:15) at addChunk (node:internal/streams/readable:559:12) at readableAddChunkPushByteMode (node:internal/streams/readable:510:3) at Readable.push (node:internal/streams/readable:390:5) at TCP.onStreamRead (node:internal/stream_base_commons:190:23) at TCP.callbackTrampoline (node:internal/async_hooks:130:17) { bytesParsed: 168, code: 'HPE_INVALID_CONSTANT', reason: 'Expected HTTP/', rawPacket: <Buffer 65 2e 61 70 70 65 6e 64 43 68 69 6c 64 28 64 29 3b 0a 20 20 20 20 20 20 20 20 20 20 20 20 0a 20 20 20 20 20 20 2f 2f 20 52 65 6e 64 65 72 20 6d 65 73 ... 123 more bytes> } Raw Response: e.appendChild(d); // Render messages (info, error, and success) addMessages(node, params.messages); }); </script> </body> </html>
If I set convertToSquashfs: false then it works fine
convertToSquashfs: false
The text was updated successfully, but these errors were encountered:
Did you ever figure out what's going on with this?
Sorry, something went wrong.
No branches or pull requests
BUG
Version
3.12.1
convertToSquashfs: true
When running
deployAndSignPackage
I get backIf I set
convertToSquashfs: false
then it works fineThe text was updated successfully, but these errors were encountered: