【发布时间】:2021-05-18 22:50:51
【问题描述】:
每当尝试在我的小型 Nexj.js 应用程序中刷新路由页面时,我都会收到此错误。
【问题讨论】:
标签: reactjs next.js http-status-code-404 refresh
每当尝试在我的小型 Nexj.js 应用程序中刷新路由页面时,我都会收到此错误。
【问题讨论】:
标签: reactjs next.js http-status-code-404 refresh
我通过在href url之前添加一个哈希来解决它,例如<Link href='#/link'>
【讨论】: