The content is NOT missing.
Timing
After you publish (or edit a published post):
- Payload writes
burger.pendingin/var/www/payload/rebuild-queue/ - Cron runs every 2 minutes and runs Burger’s
build-and-deploy.sh - Live site updates — usually within ~2–5 minutes
How to check it worked (SSH on greenearth)
# Queue triggered?
ls -la /var/www/payload/rebuild-queue/burger.pending
# Rebuild log
tail -10 /var/www/payload/rebuild-queue/rebuild.log
# Post in Payload API?
curl -s 'https://cms02.arhaconsulting.com/api/posts?where[site.slug][equals]=burger&where[status][equals]=published' | head -c 500
If burger.pending stays around or the log shows FAIL rebuild burger, the build failed — check the log.
If it still doesn’t show
- Site field — confirm the post is linked to the burger site in Payload, not ARHA.
- Status — must be Published.
- Wait ~2 min after save, or run manually:
bash /var/www/arhaconsulting.com/app/scripts/greenearth/process-rebuild-queue.sh - Hard refresh the blog page (Ctrl+Shift+R) — Cloudflare may cache HTML briefly.
Draft-only saves do not trigger a rebuild or appear on the site. Only published (or edits to already-published) posts do.