-
Notifications
You must be signed in to change notification settings - Fork 48
Description
Describe the bug
On one of our servers, whenever we attempt to open a script runner file (just clicking the "Open File" button causes it), the loading animation never stops and we get this error message Error: Failed to connect to OpenC3. TypeError: Cannot read properties of undefined (reading 'push')
(see screenshot). The odd thing is, when examining the network information in the browser, it loads all of the files just fine (either getting a 200 or 304 code each time). There are also no error messages in the browser console logs or in the docker containers.
I've tried restarting the docker containers and removing modified files to no avail. Any tips would be much appreciated.
To Reproduce
Steps to reproduce the behavior:
Not sure what is actually causing this. It was working perfectly fine yesterday, but broke seemingly at random this morning.
Screenshots

Environment (please complete the following information):
- OS: Ubuntu 22.04
- OpenC3 COSMOS Version 5.17.1
- Browser: Firefox, Chrome