Documentation Index
Fetch the complete documentation index at: https://buildpixel.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Build fails
Compile error in your code
Link error only on cloud, works locally
Most common cause: a plugin installed locally (e.g. via Epic launcher) but not in your repo. Check your.uproject’s Plugins array — anything you reference must be either in the engine, in Plugins/ in your repo, or a known marketplace plugin.
Cook failed on a specific asset
Source sync fails — GitHub
github.com/settings/installations → BuildPixel → repo selection.
Source sync fails — Perforce
Build never starts
If a build sits inpending for a long time:
- Check plan limits — Free plan has concurrency 1. If a build is running, the next one waits.
- Try cancelling and re-triggering — occasionally a queue gets wedged.
pending for over an hour, contact support with the buildId.
Dashboard issues
Logs don’t stream live
Check if the WebSocket connection is open in the dashboard’s network tab. If it’s blocked (corporate proxies sometimes do this), the dashboard falls back to polling.Logs show, then suddenly stop mid-build
The build process probably failed unrecoverably. The status will flip tofailed within ~30 seconds.
Auto-deploy
Auto-deploy keeps failing
Check the build’sautoDeployStatus and the error message:
503from your endpoint → upstream busy; we retry. Make your endpoint more resilient.401→ your endpoint rejected the signature. Verify your signature validation logic against the webhook spec.connection refused→ your endpoint isn’t reachable from the public internet.
Authentication
401 invalid_token
- Token was revoked, expired, or mistyped.
- Check
/auth/meto verify the token is good.
Sudden 401 on a token that worked yesterday
- Did you accidentally commit it to git? We auto-revoke leaked tokens.
- Was the user that owns the token removed from the org? Personal tokens go away with the user.
When you really need help
Email support@streampixel.io with:- What you tried
- What happened (screenshots, error messages)
requestIdfrom API errors,buildIdfor build issues
[P1] in the subject for production issues.
We’ve seen most of the common failure modes — usually a 5-minute fix once we know what’s going on.