On this page7
  1. Deploy and secrets
  2. Build and packaging
  3. Web preview and health
  4. Review and preview time
  5. GitHub import
  6. Hosting and billing
  7. Next steps
Everyone

Troubleshooting

Fix common Velcio issues: secrets, builds, 502s, live preview, GitHub import and hosting renewals when something fails.

Common blockers for buyers and developers. Full paths: Buyer workflow, Developer workflow.

Deploy and secrets

SymptomWhat to try
Deploy blocked / missing required secretsBuyer: set every key under Production secrets that the developer declared. Developer: only declare keys your code reads.
Worker offline / not doing expected workBuyer: check production secrets and logs. Worker secrets in Buyer workflow.

Build and packaging

SymptomWhat to try
Build or validation failedDeveloper: fix layout (Delivery format), resubmit ZIP/GitHub or Retry deploy / Rebuild.
WordPress / PHP CMS rejectedExpected. Not supported. Ship a Worker/Web app. Not supported.

Choose Worker or Web before submit: Choosing Worker or Web.

Web preview and health

SymptomWhat to try
Web public URL returns 502Listen on 0.0.0.0 with env PORT (Velcio sets 8080). Wrong bind/port is the usual cause. Web delivery format.
Web /healthz returns 404Implement GET /healthz in your app (HTTP 2xx) and redeploy. Velcio does not add the route. Web delivery format.
Cannot send Web delivery to reviewPublic GET /healthz must return HTTP 2xx on the preview URL. Fix the route or startup, redeploy if needed, then confirm again. Web delivery format.

Review and preview time

SymptomWhat to try
Preview paused during review or verificationRestart preview (buyer in review, developer while verifying). Cap is default 120 minutes per continuous run.
Cannot download source during reviewExpected. ZIP download only after completed (accept or auto-accept).
Cannot cancel during reviewExpected. Accept or dispute instead. Cancelling in Buyer workflow.

GitHub import

SymptomWhat to try
GitHub import unavailable or Connect missingDeveloper: connect the Velcio GitHub App under Settings → Developer profile → Connected GitHub. If the UI says import is not configured, the environment has not enabled the App. Developer workflow.

Hosting and billing

SymptomWhat to try
Hosting past due or app stopped after cancelBuyer: update payment from Apps or project hosting. Restart when the subscription allows. Hosting.

Next steps

Troubleshooting | Velcio Docs