After installed nextjs app on my local machine using create-next-app I get this error in console Invalid href passed to router.
create-next-app
Invalid href passed to router
Does anyone kno
Removing the protocol http or https from the external url fixes this issue
http
https
example https://stackoverflow.com/ should be //stackoverflow.com/
https://stackoverflow.com/
//stackoverflow.com/