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
I have tried to run the react-cra example app and it is not able to connect to server.
steps:
rushx start --> in the server folder
rushx start --> in the react-cra folder
press the connect button in the example app screen
Error log:
index.js:49040 Error: stream ended before 1 bytes became available at index.js:36:1 at async decoder (decode.js:113:1) at async first (index.js:11:1) at async Object.push.../../common/temp/node_modules/.pnpm/multistream-select@2.0.1/node_modules/multistream-select/src/multistream.js.exports.read (multistream.js:31:1) at async push.../../common/temp/node_modules/.pnpm/multistream-select@2.0.1/node_modules/multistream-select/src/select.js.module.exports (select.js:21:1) at async Connection.newStream [as _newStream] (upgrader.js:263:1) at async Connection.newStream (connection.js:175:1) at async ping (index.js:37:1) at async Object.connect (index.js:49036:1) at async connect (FileTransfer.tsx:50:1)
The text was updated successfully, but these errors were encountered:
I have tried to run the react-cra example app and it is not able to connect to server.
steps:
Error log:
index.js:49040 Error: stream ended before 1 bytes became available at index.js:36:1 at async decoder (decode.js:113:1) at async first (index.js:11:1) at async Object.push.../../common/temp/node_modules/.pnpm/multistream-select@2.0.1/node_modules/multistream-select/src/multistream.js.exports.read (multistream.js:31:1) at async push.../../common/temp/node_modules/.pnpm/multistream-select@2.0.1/node_modules/multistream-select/src/select.js.module.exports (select.js:21:1) at async Connection.newStream [as _newStream] (upgrader.js:263:1) at async Connection.newStream (connection.js:175:1) at async ping (index.js:37:1) at async Object.connect (index.js:49036:1) at async connect (FileTransfer.tsx:50:1)
The text was updated successfully, but these errors were encountered: