gatsby develop fails when using nextdns.io #28026
Replies: 6 comments
-
What's the |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
First things first: I’m using nextdns app to toggle the thing on/off. Let me see if I can share my nextdns config with you somehow… |
Beta Was this translation helpful? Give feedback.
-
So I figured it was DNS Rebinding Protection that was causing the issue:
May not even be a bug on the Gatsby side, but just wanted to flag this out. |
Beta Was this translation helpful? Give feedback.
-
Interesting, I wonder if it would break the simplest node webserver:
Save the above to |
Beta Was this translation helpful? Give feedback.
-
As a workaround would |
Beta Was this translation helpful? Give feedback.
-
Description
With nextdns enabled, running
gatsby develop
locally fails and returns the following error:Steps to reproduce
Enable nextdns filtering, run
gatsby develop
on any gatsby project. I noticed it while working on https://github.com/hyperaudio/2020-landingExpected result
gatsby develop
should work fine regardless of using nextdns or similar services.Actual result
gatsby develop
fails.Environment
Beta Was this translation helpful? Give feedback.
All reactions