Troubleshooting
Quick fixes for common Jamdesk issues including build failures, DNS verification, GitHub connections, and missing analytics data.
Start here when something isn't working. Each section gives a quick fix and links to the full guide in the Help Center.
Build Failures
Symptom: Build status shows "Failed" in the dashboard.
Quick checks:
- Run
jamdesk devlocally to catch MDX syntax errors - Verify
docs.jsonis valid JSON (missing commas, trailing commas) - Check that all pages listed in navigation exist as
.mdxfiles
The build log in your dashboard shows the exact file and line where the error occurred. Start there.
See Build Failures and Error Reference for specific error codes.
Custom Domain Not Verifying
Symptom: Domain stuck on "Pending" after adding DNS records.
Quick checks:
- Confirm you added a CNAME record (not A record) for subdomains
- If using Cloudflare, set proxy to DNS only (gray cloud)
- Check propagation at whatsmydns.net
# Verify your CNAME is resolving
dig CNAME docs.yourdomain.com
See DNS Troubleshooting for provider-specific guidance.
GitHub Repository Not Appearing
Symptom: Your repo doesn't show up when creating a project.
Quick checks:
- Verify the Jamdesk GitHub App is installed on the repo's organization
- Check that repository access is set to "All repositories" or the specific repo is selected
- Re-authorize at github.com/settings/installations
See GitHub Issues for webhook and permission problems.
Analytics Data Missing
Symptom: Dashboard shows zero visitors or stale data.
Quick checks:
- Analytics take up to 24 hours to appear after first deploy
- Ad blockers and Do Not Track prevent some visits from being counted
- Verify your site is deployed and publicly accessible
See Analytics Issues for delayed or missing data.
Login Problems
Symptom: Can't sign in or getting redirected to login repeatedly.
Quick checks:
- Clear browser cache and cookies for
dashboard.jamdesk.com - Try an incognito/private window
- If using GitHub SSO, verify your GitHub email matches your Jamdesk account
See Login Issues for account recovery steps.
