Skip to content

[BUG] container crashes upon configuration save #1935

@fazadaoc

Description

@fazadaoc

Environment

Self-Hosted (Docker)

System

synology dsm - container manager

Version

3.1.1 - latest

Describe the problem

container crashes (or rather reboots itself) each time i save configuration to disk

Additional info


<html>
<body>
<!--StartFragment-->
2025/10/04 13:20:41 | stderr | WARN  A new version of sass-loader is available. Please upgrade for best experience.
-- | -- | --
2025/10/04 13:20:40 | stderr | -  Building for production...
2025/10/04 13:20:40 | stdout |  
2025/10/04 13:20:40 | stderr | Why you should do it regularly: https://github.com/browserslist/update-db#readme
2025/10/04 13:20:40 | stderr | npx update-browserslist-db@latest
2025/10/04 13:20:40 | stderr | Browserslist: caniuse-lite is outdated. Please run:
2025/10/04 13:20:38 | stdout |  
2025/10/04 13:20:38 | stdout | �[1m�[32m✅ Dashy is Up-to-Date�[0m
2025/10/04 13:20:38 | stdout | Using Dashy V-3.1.1. Update Check Complete
2025/10/04 13:20:38 | stdout |  
2025/10/04 13:20:38 | stdout | �[0m
2025/10/04 13:20:38 | stdout | �[34m*******************************************************************************************
2025/10/04 13:20:38 | stdout | �[32mYour new dashboard is now up and running with Docker
2025/10/04 13:20:38 | stdout | �[0m�[36mWelcome to Dashy! 🚀�[0m
2025/10/04 13:20:38 | stdout | �[34m*******************************************************************************************
2025/10/04 13:20:38 | stdout | �[0m
2025/10/04 13:20:38 | stdout | ╚═════╝ ╚═╝  ╚═╝╚══════╝╚═╝  ╚═╝   ╚═╝
2025/10/04 13:20:38 | stdout | ██████╔╝██║  ██║███████║██║  ██║   ██║
2025/10/04 13:20:38 | stdout | ██║  ██║██╔══██║╚════██║██╔══██║  ╚██╔╝
2025/10/04 13:20:38 | stdout | ██║  ██║███████║███████╗███████║ ╚████╔╝
2025/10/04 13:20:38 | stdout | ██╔══██╗██╔══██╗██╔════╝██║  ██║╚██╗ ██╔╝
2025/10/04 13:20:38 | stdout | ██████╗  █████╗ ███████╗██╗  ██╗██╗   ██╗
2025/10/04 13:20:38 | stdout |  
2025/10/04 13:20:38 | stdout | �[36m
2025/10/04 13:20:38 | stdout | SSL Not Enabled: Public key not present
2025/10/04 13:20:38 | stdout |  
2025/10/04 13:20:38 | stdout | �[36m3. �[4m/appConfig/auth/oidc�[0m�[36m must have required property 'endpoint' �[0m
2025/10/04 13:20:38 | stdout | �[36m2. �[4m/appConfig/auth/oidc�[0m�[36m must have required property 'clientId' �[0m
2025/10/04 13:20:38 | stdout | �[36m1. �[4m/pages/0�[0m�[36m must have required property 'path' �[0m
2025/10/04 13:20:38 | stdout | �[103m�[34m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━�[0m
2025/10/04 13:20:38 | stdout | �[103m�[34m  Warning: 3 issues found in config file  �[0m
2025/10/04 13:20:38 | stdout | �[103m�[34m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━�[0m
2025/10/04 13:20:38 | stdout |  
2025/10/04 13:20:37 | stdout | Checking config file against schema...
2025/10/04 13:20:37 | stdout |  
2025/10/04 13:20:36 | stdout | $ node server
2025/10/04 13:20:36 | stdout | $ NODE_OPTIONS=--openssl-legacy-provider vue-cli-service build
2025/10/04 13:20:34 | stdout | $ NODE_OPTIONS=--openssl-legacy-provider npm-run-all --parallel build start
2025/10/04 13:20:34 | stdout | yarn run v1.22.19
2025/10/04 13:20:30 | stdout | info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
2025/10/04 13:20:30 | stderr | error Command failed with exit code 1.
2025/10/04 13:20:30 | stderr | ERROR: "start" exited with 1.
2025/10/04 13:20:30 | stdout | info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
2025/10/04 13:20:30 | stderr | error Command failed with exit code 1.
2025/10/04 13:20:30 | stderr | Node.js v20.11.1
2025/10/04 13:20:30 | stderr |  
2025/10/04 13:20:30 | stderr | }
2025/10/04 13:20:30 | stderr | code: 'ERR_HTTP_HEADERS_SENT'
2025/10/04 13:20:30 | stderr | at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
2025/10/04 13:20:30 | stderr | at /app/services/status-check.js:79:7
2025/10/04 13:20:30 | stderr | at /app/server.js:150:13
2025/10/04 13:20:30 | stderr | at ServerResponse.setHeader (node:_http_outgoing:652:11)
2025/10/04 13:20:30 | stderr | Error [ERR_HTTP_HEADERS_SENT]: Cannot set headers after they are sent to the client
2025/10/04 13:20:30 | stderr |  
2025/10/04 13:20:30 | stderr | ^
2025/10/04 13:20:30 | stderr | throw new ERR_HTTP_HEADERS_SENT('set');
2025/10/04 13:20:30 | stderr | node:_http_outgoing:652

<!--EndFragment-->
</body>
</html>

Dashy.html

Please tick the boxes

Metadata

Metadata

Assignees

Labels

🐛 Bug[ISSUE] Ticket describing something that isn't working👤 Awaiting Maintainer Response[ISSUE] Response from repo author is pending

Projects

Status

Awaiting Triage

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions