After updating Next.js to version 13, I got this client error Answer To fix this error, remove the a tag from the link. From the link in the error message: Starting with Next.js 13, <Link> renders as <a>, so attempting to use <a> as a child is invalid. Invalid Valid