To Reproduce
- Create Nuxt 4 service
- Go to monitoring tab
Current vs. Expected behavior
I run 6 different projects on my self-hosted (hetzner) dokploy instance and for 3 of them I have never been able to see the monitoring tab for the services inside of them. For some reason I always get a 400 error with the following console output:
framework-5115b136cd71a45c.js:1 TypeError: c.cpu.value.replace is not a function
at A (6798-2a5d0bc8aab0eb2b.js:5:12660)
at ak (framework-5115b136cd71a45c.js:1:68190)
at up (framework-5115b136cd71a45c.js:1:80041)
at i (framework-5115b136cd71a45c.js:1:127501)
at oD (framework-5115b136cd71a45c.js:1:106283)
at oO (framework-5115b136cd71a45c.js:1:106153)
at oE (framework-5115b136cd71a45c.js:1:102924)
at ox (framework-5115b136cd71a45c.js:1:101479)
at x (framework-5115b136cd71a45c.js:1:137396)
at T (framework-5115b136cd71a45c.js:1:137917)
I've tried redeploying the services but that unfortunately didn't solve the issue.
The services that keep crashing are simple Nuxt websites and one Python Flask API.
Is there something that can be changed and/or updated to resolve this? It would be great to have monitoring for all projects.
Provide environment information
I am running:
Provider: `Hetzner`
OS: `Ubuntu 24.04 LTS`
Version: `v0.28.8`
Engine Version: `27.1.2`
Which area(s) are affected? (Select all that apply)
Application
Are you deploying the applications where Dokploy is installed or on a remote server?
Same server where Dokploy is installed
Additional context
No response
Will you send a PR to fix it?
No
To Reproduce
Current vs. Expected behavior
I run 6 different projects on my self-hosted (hetzner) dokploy instance and for 3 of them I have never been able to see the monitoring tab for the services inside of them. For some reason I always get a
400error with the following console output:I've tried redeploying the services but that unfortunately didn't solve the issue.
The services that keep crashing are simple Nuxt websites and one Python Flask API.
Is there something that can be changed and/or updated to resolve this? It would be great to have monitoring for all projects.
Provide environment information
Which area(s) are affected? (Select all that apply)
Application
Are you deploying the applications where Dokploy is installed or on a remote server?
Same server where Dokploy is installed
Additional context
No response
Will you send a PR to fix it?
No