gpt4 book ai didi

javascript - Next JS npm start app load 404 page not found 物理页面错误

转载 作者:行者123 更新时间:2023-12-01 16:18:11 24 4
gpt4 key购买 nike

我的项目适用于 运行开发 命令,但当我尝试 npm 开始 对于除 Index.js 之外的其他页面(页面/...),我收到 404 page not found 错误。

我尝试了从表单中找到的几种方法(gthub 问题和博客),但没有任何效果。

任何想法?实际上为什么 run dev 和 start 之间应该有区别?我认为我们应该在开发过程中看到我们的应用程序有什么问题

package.json 中的脚本

"scripts": {
"dev": "next",
"start": "next start",
"build": "next build"

},

和 next.config.js
const withCSS = require("@zeit/next-css");
module.exports = withCSS({
cssModules: true,
cssLoaderOptions: {
importLoaders: 1,
localIdentName: "[local]___[hash:base64:5]"
}});

如您所见,安装 nextJS 后我没有更改任何内容。

enter image description here
enter image description here

最佳答案

我发现如果文件名在 Windows 上使用大写字母,则会出现 404 错误。

我将所有文件名更改为小写字符,404 错误消失了。

关于javascript - Next JS npm start app load 404 page not found 物理页面错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60138344/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com