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..

17 Replies
Someone reported this long time ago, however I didn’t find a way to replicate, can you try to clean the monitoring ?
How do i do that?
in the settings -> space -> clean monitoring
@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?
can you do docker service logs dokploy
@prtik
This output shows error with redis

Ok, do docker service scale dokploy=0
And then docker service scale dokploy=1
Done, what next?

Try to access to the service
Still not able to see login!
do again docker service logs dokploy
try to make
docker service ls
One question, what version do you have?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...
Of course that apply only to new installations
So I don't know what version do you have?
I have v0.3.0
docker service ls

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
okay
Done, it worked, thanks..
ans that monitoring issue is also solved after doing clean monitoring