Skip to content
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] Save to Disk crashes Pod #1825

Open
5 tasks done
sychyoboN opened this issue Mar 10, 2025 · 1 comment
Open
5 tasks done

[BUG] Save to Disk crashes Pod #1825

sychyoboN opened this issue Mar 10, 2025 · 1 comment
Assignees
Labels
👤 Awaiting Maintainer Response [ISSUE] Response from repo author is pending 🐛 Bug [ISSUE] Ticket describing something that isn't working

Comments

@sychyoboN
Copy link

sychyoboN commented Mar 10, 2025

Environment

Self-Hosted (containerd)

System

Kubernetes rke2 v1.29.11+rke2r1

Version

lissy93/dashy:release-3.1.1

Describe the problem

Application has been deployed used this helm chart and using default values except for changing servicetype to NodePort and enabling an nginx ingress.

When attempting to Save config locally using interactive UI, Pod crashes with the following error message:

node:events:496
      throw er; // Unhandled 'error' event
      ^
Error [ERR_STREAM_WRITE_AFTER_END]: write after end
    at ServerResponse.end (node:_http_outgoing:1021:15)
    at /app/server.js:159:47
    at module.exports (/app/services/save-config.js:69:9)
Emitted 'error' event on ServerResponse instance at:
    at emitErrorNt (node:_http_outgoing:857:9)
    at process.processTicksAndRejections (node:internal/process/task_queues:83:21) {
  code: 'ERR_STREAM_WRITE_AFTER_END'
}
Node.js v20.11.1
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
ERROR: "start" exited with 1.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

I'm curious to know how this config change is persisted with no PVC configured, I'm assuming it needs to persist these changes in the configmap but unsure exactly.

Additional info

No response

Please tick the boxes

@sychyoboN sychyoboN added the 🐛 Bug [ISSUE] Ticket describing something that isn't working label Mar 10, 2025
@github-project-automation github-project-automation bot moved this to Awaiting Triage in Dashy V3 Mar 10, 2025
@sychyoboN
Copy link
Author

Okay so just to add, it looks possible to export the conf.yaml from the browser and manually edit the configmap data directly with the modifications, is this expected behaviour?

@liss-bot liss-bot added the 👤 Awaiting Maintainer Response [ISSUE] Response from repo author is pending label Mar 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
👤 Awaiting Maintainer Response [ISSUE] Response from repo author is pending 🐛 Bug [ISSUE] Ticket describing something that isn't working
Projects
Status: Awaiting Triage
Development

No branches or pull requests

3 participants