docs(troubleshooting): add COULD_NOT_FIND_EXECUTOR error and IPv4 support#2950
docs(troubleshooting): add COULD_NOT_FIND_EXECUTOR error and IPv4 support#2950
Conversation
|
WalkthroughThis PR updates docs/troubleshooting.mdx with new troubleshooting entries: a note that database connections must use IPv4 (with a link to upvote IPv6 support) and guidance for the COULD_NOT_FIND_EXECUTOR error when triggering tasks caused by dynamic imports. The COULD_NOT_FIND_EXECUTOR section includes two example approaches: using a top-level import of the child task before triggering, and using batch.triggerAndWait without importing the task. Total change: +34/−0 lines. Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
🧪 Generate unit tests (beta)
Important Action Needed: IP Allowlist UpdateIf your organization protects your Git platform with IP whitelisting, please add the new CodeRabbit IP address to your allowlist:
Reviews will stop working after February 8, 2026 if the new IP is not added to your allowlist. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Review CompleteYour review story is ready! Comment !reviewfast on this PR to re-generate the story. |
Document COULD_NOT_FIND_EXECUTOR error with dynamic imports and IPv4 database connection limitation in troubleshooting guide.