You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In edge environments, like on Vercel's edge, many node APIs are not supported and cause deployments to fail. Including dns in the validUrls plugin causes this to happen.
What Should Have Happened?
Consider a different approach for DNS based url validation, or maybe find a way to better allow the code to be tree shaken in edge environments.
Relevant Code Snippet
No response
Your Twitter/LinkedIn
No response
The text was updated successfully, but these errors were encountered:
Hey @jpulec@noy4 - Sorry for the delay on this. We were trying to figure out a better way for cross-compatibility in general and lost track of this thread. We have removed the dns module dependency and replaced it with dns-over-http approach which should work fine in edge runtimes as well. Please let me know if you face issues with any other dependencies.
What Happened?
Description
In edge environments, like on Vercel's edge, many node APIs are not supported and cause deployments to fail. Including
dns
in thevalidUrls
plugin causes this to happen.What Should Have Happened?
Consider a different approach for DNS based url validation, or maybe find a way to better allow the code to be tree shaken in edge environments.
Relevant Code Snippet
No response
Your Twitter/LinkedIn
No response
The text was updated successfully, but these errors were encountered: