An error occurred on client
TL;DR
When run Dokploy on a Proxmox CT it mess up with the host name, Fix by using Proxmox VM
Question
After finish running the install command:
Logs:
When I try to access the web UI for the first time
It say: An error occurred on client
When I check the website console logs it return a 500 error code

21 Replies
I already try uninstall (using the method provide in the Dokploy docs) and reinstall again and still get the same error
can you check the logs? do
docker service logs dokploy
Here the logs
holy, i got same thing
which vps are you using and from what provider?
It run Ubuntu 23, on my proxmox server
that's why the issues, check here https://github.com/Dokploy/dokploy/issues/16, this is a issue about docker and proxmox not from dokploy unfortunately itself, why not use a simple vps provider like digitalocean, hetzner and others?
GitHub
Issues · Dokploy/dokploy
Open Source Alternative to Vercel, Netlify and Heroku. - Issues · Dokploy/dokploy
Thanks will dig deeper into this issue will report back anything i find
update Dokploy try to connect to 10.0.1.7 but the redis running at 10.0.1.8
Okey Im gave up Here is where i left off
run
docker network inspect dokploy-network
Where the dokploy-redis should be 10.0.1.7 (base on the log when run docker service logs dokploy
)
Manage to update it back to 10.0.1.7 but now get
Seem like the name is wronginternally we use the way of connecting between containers, i mean using the docker internal host resolution
https://github.com/Dokploy/dokploy/blob/47146dfedfff2537a364ff9da9e22212d084d873/server/queues/queueSetup.ts#L3
GitHub
dokploy/server/queues/queueSetup.ts at 47146dfedfff2537a364ff9da9e2...
Open Source Alternative to Vercel, Netlify and Heroku. - Dokploy/dokploy
so maybe proxmox and docker are not being doing this assignment like to give the hostname to each container, so thats why they cannot be found
Yeh the problem here is the hostname is not correct It had something to do with docker swam (which i never use befor so er)
Okey I just gonna leave it there if anyone want to dig deeper then they don't have to start from the begining 😅
the answer to this
why not use a simple vps provider like digitalocean, hetzner and others?is: I have a way better spec'd machine already and I am hosting it from my home, why use a vps if I already have a capable enough machine. Had the same issue, the resolution is to host it using a VM, get the helper script for it from here https://tteck.github.io/Proxmox/ @Cento
Proxmox VE Helper-Scripts | Scripts for Streamlining Your Homelab w...
Scripts for Streamlining Your Homelab with Proxmox VE
The scripts to create vm?
yeah, theres a lots of scripts there, just search for ubuntu
Can you make a instructions for this specific proxmox issue and make a PR to docs repo?
https://github.com/Dokploy/docs
GitHub
GitHub - Dokploy/docs: Dokploy documentation
Dokploy documentation. Contribute to Dokploy/docs development by creating an account on GitHub.
Yep, will make a PR sometime later tomorrow or the day after
Thanks but it easier for me to create a vm
yeah upto you
Already finish the automation system to auto deploy 😂
Thanks!!
I think it better if you put it in a trouble shoot section since the only thing here you need to say is run it in vm not ct