Vite Manifest Missing
Run npm run build and verify public/build is writable. GWM retries automatically after fixing permissions.
Git Authentication Failed
Confirm GITHUB_TOKEN is set and the Git binary is reachable. For custom binaries, set GWM_GIT_BINARY.
Git Permission Errors
If you see errors like insufficient permission for adding an object to repository database or could not write index, the web user cannot write to .git. Run PHP-FPM as the same user that owns the repo, or use a dedicated pool per user.
chown -R user:group /home/user/your-app/.git
Deploy Stuck
Ensure the queue worker is running and check job logs in the Debug tab.
