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
"External URLs, and any links that don't require a route navigation using /pages, don't need to be handled with Link; use the anchor tag for such cases instead."
Given in the docs: https://nextjs.org/docs/api-reference/next/link