According to this document https://github.com/vercel/next.js/blob/master/errors/invalid-href-passed.md
Possible Ways to Fix It
Look for any usage of next/link or next/router that is being passed a non-internal href and replace them with either an anchor tag () or window.location.href = YOUR_HREF.