D
Dokploy11mo ago
prtik

400 error while accessing service monitoring

I'm getting error 400 whenever I try to access monitoring of one service, all other monitoring is working well..
No description
17 Replies
Siumauricio
Siumauricio11mo ago
Someone reported this long time ago, however I didn’t find a way to replicate, can you try to clean the monitoring ?
prtik
prtikOP11mo ago
How do i do that?
Siumauricio
Siumauricio11mo ago
in the settings -> space -> clean monitoring
prtik
prtikOP10mo ago
@Siumauricio its urgent, i did maintenance on server 'apt update && apt upgrade' and did reboot on my two servers, but one server is now unable to login to dokploy, insteadof login screen im seeing 404 not found, but web app and other services are fine. How do i fix it?
Siumauricio
Siumauricio10mo ago
can you do docker service logs dokploy @prtik
prtik
prtikOP10mo ago
This output shows error with redis
No description
Siumauricio
Siumauricio10mo ago
Ok, do docker service scale dokploy=0 And then docker service scale dokploy=1
prtik
prtikOP10mo ago
Done, what next?
No description
Siumauricio
Siumauricio10mo ago
Try to access to the service
prtik
prtikOP10mo ago
Still not able to see login!
Siumauricio
Siumauricio10mo ago
do again docker service logs dokploy try to make docker service ls One question, what version do you have?
Siumauricio
Siumauricio10mo ago
this problem happened a versions ago when you reboot your vps the docker services didn't start but this PR solve that https://github.com/Dokploy/dokploy/issues/210
GitHub
Every time I create a server on Hetzner, it does not work after res...
To Reproduce Create a server Ashburn, VA Ubuntu 24.04 Shared vCPU x86 (Intel/AMD) CPX11 Networking Public IPv4 Public IPv6 SSH keys (I used my Personal Public Key) Name (I used the default provided...
Siumauricio
Siumauricio10mo ago
Of course that apply only to new installations So I don't know what version do you have?
prtik
prtikOP10mo ago
I have v0.3.0
prtik
prtikOP10mo ago
docker service ls
No description
Siumauricio
Siumauricio10mo ago
Ok wait Do this docker service rm dokploy-postgres dokploy-redis An then do docker service scale dokploy=0 and after that docker service scale dokploy=1
prtik
prtikOP10mo ago
okay Done, it worked, thanks.. ans that monitoring issue is also solved after doing clean monitoring

Did you find this page helpful?