mentat-is / gulpui-web

web UI for Gulp!
https://gulp.sh
Other
3 stars 0 forks source link

Uncaught runtime error after operation selection #28

Closed pinkrab closed 2 weeks ago

pinkrab commented 3 weeks ago

The following error is encountered after a fresh install, just after logging in and choosing an operation. To reproduce, serve web ui on the same machine where the backend is running and connect from the same machine. This does not happen when a client connects from a different machine.

Uncaught runtime errors:
ERROR
An invalid or illegal string was specified
AppSocket@http://localhost:3000/static/js/bundle.js:5414:5
./src/app/gulp/Gulp.tsx/GulpPage/<@http://localhost:3000/static/js/bundle.js:66:11
commitHookEffectListMount@http://localhost:3000/static/js/bundle.js:104306:30
commitPassiveMountOnFiber@http://localhost:3000/static/js/bundle.js:105799:42
commitPassiveMountEffects_complete@http://localhost:3000/static/js/bundle.js:105771:38
commitPassiveMountEffects_begin@http://localhost:3000/static/js/bundle.js:105761:45
commitPassiveMountEffects@http://localhost:3000/static/js/bundle.js:105751:38
flushPassiveEffectsImpl@http://localhost:3000/static/js/bundle.js:107634:32
flushPassiveEffects@http://localhost:3000/static/js/bundle.js:107587:18
performSyncWorkOnRoot@http://localhost:3000/static/js/bundle.js:106804:7
flushSyncCallbacks@http://localhost:3000/static/js/bundle.js:94813:26
commitRootImpl@http://localhost:3000/static/js/bundle.js:107566:7
commitRoot@http://localhost:3000/static/js/bundle.js:107329:23
finishConcurrentRender@http://localhost:3000/static/js/bundle.js:106726:23
performConcurrentWorkOnRoot@http://localhost:3000/static/js/bundle.js:106577:33
workLoop@http://localhost:3000/static/js/bundle.js:119031:46
flushWork@http://localhost:3000/static/js/bundle.js:119009:18
performWorkUntilDeadline@http://localhost:3000/static/js/bundle.js:119246:25