-
-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
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
[bug] network tab unavailable #87
Comments
suggest: catch error instead of exist. The experience is terrible when clicking somewhere to trigger bugs, then the whole app is restart. |
Yeah, it looks like the same issue. I need to add a try block. |
Should be fixed in v0.70-dev now. Commit: fc963b6 |
I've added pm2 to the image to prevent the app crashing on error: 6c15c28 |
saw the image problem in this #85. So i try the dev release.
compose.yaml
Logs
DB Connection: ✔️
Synced Models: ✔️
Listening on http://localhost:8000
file:///app/controllers/networks.js:11
let network_name = containers[i].HostConfig.NetworkMode;
^
TypeError: Cannot read properties of undefined (reading 'NetworkMode')
at Networks (file:///app/controllers/networks.js:11:53)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
Node.js v22.3.0
DB Connection: ✔️
Synced Models: ✔️
Listening on http://localhost:8000
file:///app/controllers/networks.js:11
let network_name = containers[i].HostConfig.NetworkMode;
^
TypeError: Cannot read properties of undefined (reading 'NetworkMode')
at Networks (file:///app/controllers/networks.js:11:53)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
Node.js v22.3.0
The text was updated successfully, but these errors were encountered: