Troubleshooting
Deploy Failed
Fix deployment errors.
Deploy Failed
Common Causes
Build Errors
Code has issues that prevent building.
Configuration Issues
Missing or incorrect project settings.
Cloudflare Limits
Exceeded free tier limits.
Solutions
1. Check Build Logs
Click "View Logs" to see error details.
2. Fix Code Errors
Review and fix any TypeScript/JavaScript errors.
3. Simplify Project
Remove complex features that may cause issues.
4. Try Again
Temporary issues may resolve on retry.
Common Errors
| Error | Solution |
|---|---|
| Build timeout | Simplify project |
| Missing dependency | Check package.json |
| Type errors | Fix TypeScript issues |
Still Failing?
Contact support@vulk.dev with:
- Error message from logs
- Project name
- What you were trying to deploy