Preview Deployment is not triggering the pull request #3773
Replies: 1 comment
-
|
It looks like you’ve configured a preview deployment with a wildcard domain, but the deployment isn’t triggering when a PR is opened. 🔍 What might be going wrong Preview Deployments require correct webhook setup Check that the webhook events include “Pull Request” events Wildcard domains must match and be routable Your DNS wildcard record (*.example.com) is pointing correctly to your Dokploy instance. The wildcard domain configuration in Dokploy matches the pattern you’re generating for preview URLs. Verify logs and webhook deliveries Check the GitHub webhook delivery logs (in the repository → Settings → Webhooks) to see if GitHub is sending the event and whether it’s returning a success (2xx) response. Check Dokploy logs to see if the webhook request even arrives or if there are errors. Dokploy version matters 🛠 Quick steps to debug Open your GitHub repo → Settings → Webhooks Trigger a test webhook manually (you can use GitHub’s “Redeliver” on past events) and check Dokploy logs. Double-check DNS and wildcard domain settings — if DNS isn’t resolving to Dokploy, the preview deployment won’t be reachable even if created. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I configured a microservice in a repository on GitHub. In the settings, I enabled preview deployment and configured the Wildcard Domain as: auth-${uniqueId}-dev.example.com

Beta Was this translation helpful? Give feedback.
All reactions