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
The problem was nextjs doesn't work with external links that's why console throw's error.
When I remove all external link's and instead add internal link's everything worked fine.