Debugging DNS Resolution for rubenflamshepherd.com Domain
269 messages · Page 3 of 14
Tool: Bash
$ curl -s -X POST "https://api.porkbun.com/api/json/v3/dns/retrieve/rubenflamshepherd.com" -H "Content-Type: application/json" -d @/tmp/porkbun_auth.json | jq .I found the issue. The DNS records show that `rubenflamshepherd.com` is pointing to `pixie.porkbun.com` (Porkbun's parking page), not to an actual web hosting service.
Let me check if you have deployment configured in your project to understand where this should be pointing.
Tool: Glob
Pattern: **/{vercel.json,netlify.toml,.vercel,package.json}
Tool: Bash
$ dig rubenflamshepherd.com +short 2>/dev/null || nslookup rubenflamshepherd.com 2>/dev/null | head -10Tool: Bash
$ dig pixie.porkbun.com +short 2>/dev/nullTool: Read
/Users/ruben.flam-shepherd/projects/personal-website/package.json
Tool: Bash
$ ls -la /Users/ruben.flam-shepherd/projects/personal-website/.vercel 2>/dev/null || echo "No .vercel directory"Tool: Bash
$ dig @8.8.8.8 rubenflamshepherd.com +short