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.