[dev] [Marfuen] mariano/fix-trust-portal-dns-check#2463
Conversation
…-in resolver The DNS verification for custom trust portal domains was failing because it relied on networkcalc.com, an unreliable external API. This caused domainVerified to stay false, which made the trust portal middleware redirect custom domains to trycomp.ai instead of serving the portal. Replaced with Node's built-in dns.promises resolver (matching the existing server action pattern). Also removed axios dependency from the service, replacing it with native fetch for Vercel API calls. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
PR SummaryMedium Risk Overview DNS record verification no longer depends on an external lookup API. Reviewed by Cursor Bugbot for commit b49fb4e. Bugbot is set up for automated code reviews on this repo. Configure here. |
# [3.16.0](v3.15.1...v3.16.0) (2026-04-06) ### Bug Fixes * **frameworks:** remove max-w constraint that clips description text in tables ([#2461](#2461)) ([218a789](218a789)) * Statement of Applicability only allows you to change answers from Yes to No and not the other way around ([d164c77](d164c77)) * **trust-portal:** replace networkcalc.com DNS checks with Node built-in resolver ([#2463](#2463)) ([32a97fa](32a97fa)) ### Features * enhance vendor research and improve ui for it ([7a08b2c](7a08b2c))
|
🎉 This PR is included in version 3.16.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This is an automated pull request to merge mariano/fix-trust-portal-dns-check into dev.
It was created by the [Auto Pull Request] action.