D1V Docs / Help / 5 sections
FAQ
Troubleshooting by symptom. Start from environment and the last change.
01
Triage
Answer these first:
- 1Is the issue in preview (dev) or production?
- 2Did it start after a Chat change or a secrets/config change?
- 3What is the exact URL, time, and screenshot?
02
GitHub import fails
- verify connection:
/settings?tab=github - accept bot invitation
- ensure the repo is writable
03
Preview works, production fails
- Callback URLs differ between environments.
- Secrets differ (test keys vs live keys).
- Redeploy after updating secrets.
04
Paid but not unlocked / duplicate orders
- rely on webhook-confirmed state
- implement idempotency by storing processed event ids
- verify webhook signatures
05
Logo or image updates do not appear
- Hard refresh to bypass cache.
- Confirm the UI references the correct
public/path. - Prefer SVG paste or GitHub-managed assets over brittle external URLs.