-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
bugSomething isn't workingSomething isn't working
Description
IPv6 is failing:
- IPv6: 2a05:d014:58f:6200::259, 2a05:d014:58f:6200::258
- Immediate connect fail for 2a05:d014:58f:6200::259: Network is unreachable
LinkedIn's crawlers might be trying to connect via IPv6 first, and if Netlify's IPv6 endpoints
are having issues or are misconfigured, LinkedIn gets "Network is unreachable" and reports it as
a connection error.My machine then falls back to IPv4 and succeeds, but LinkedIn's crawler might not be handling the
IPv6 failure gracefully.This is a Netlify/DNS infrastructure issue, not something in your code.
- Check your DNS settings - If you're managing DNS yourself, you might have AAAA records
pointing to problematic IPv6 addresses- Disable IPv6 temporarily - Remove AAAA records from your DNS if possible (not ideal long-term)
In the meantime, this explains the intermittent nature - LinkedIn's crawlers hitting IPv6 fail,
while IPv4 requests succeed.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working