Hi everyone,
I’ve set up Frappe Cloud Press on four separate servers — one for Press itself, and three for the Proxy, Database, and Application roles.
All servers show as green and running in the Press dashboard, so the connections look fine.
However, when I try to create or deploy an app, the deployment stays stuck in “Pending”.
None of the build steps (Clone Repositories, Run Validations, Package, Upload) show any logs or progress, so there’s no way to see where it’s failing.
I’ve already confirmed:
-
SSH works passwordlessly between all servers
-
Node and Yarn are up to date (
Node 20,Yarn 1.22) -
Manual
bench buildandbench startrun successfully on the Press server
Everything seems configured correctly, but builds never actually start.
Has anyone run into this or know where to check for agent or job logs to debug why the build doesn’t start?
Environment
-
Press version: v15 (latest)
-
Ubuntu 22.04 LTS
-
4-server setup (Press, Proxy, Database, Application)
Thanks in advance!

