Hi, I’m trying out Moltworker / Moltbot and I’m running into an issue with the internal gateway/container not starting.
My Cloudflare Worker moltbot-sandbox itself seems healthy - the /api/status endpoint returns ok and the Worker logs look fine.
However, when I open the Moltbot Admin dashboard, I see this error banner at the top:
ProcessExitedBeforeReadyError: Process exited with code 1 before becoming ready. Waiting for: port 18789 (TCP)
The rest of the admin page loads (R2 storage shows as configured, no paired devices, no pending pairing requests), but it looks like the internal gateway/container fails to start, so I can’t actually use the instance.
In the Cloudflare Workers logs I also see recurring cron errors related to R2:
[cron] Backup sync failed: Failed to mount R2 storage
Failed to mount R2 bucket: Error: S3FSMountError: S3FS mount failed: s3fs: MOUNTPOINT directory /data/moltbot is not empty. if you are sure this is safe, can use the ‘nonempty’ mount option.
I haven’t modified Moltworker’s code beyond the documented setup. Access policies allow my email, /api/status works, and the Moltbot Admin UI loads, but the gateway/container process behind it exits with code 1.
Is this a known issue with the current Moltworker release, or is there something specific I should change in my configuration to get the gateway/container to start properly?