type
status
date
slug
summary
tags
category
icon
password
解决写next.js碰到的一个bug
📝 问题
编写的网页,在点击登录后,控制台报错:
Uncaught Error: invariant expected app router to be mounted
🤗 原因与解决方法
layout.tsx和page.tsx必须定义<html>和<body>标签,所以在页面代码中加入上述两个标签后,问题解决