我刚刚接触Strapi,我按照Strapi文档中的步骤使用Strapi创建了一个新项目,并从npx create-strapi-app@latest my-project --quickstart开始创建后,它在我的浏览器上打开localhost页面,并显示This page isn’t working If the problem continues, contact the site owner. HTTP ERROR 426错误
npx create-strapi-app@latest my-project --quickstart
This page isn’t working If the problem continues, contact the site owner. HTTP ERROR 426
这是我的终端的外观:
非常感谢!
y4ekin9u1#
一些你可以1.尝试关闭1337上的端口并运行yarn develop1.将./config/server.js上的端口号更改为另一个端口(如1331)并运行很可能是因为端口已在使用中
yarn develop
./config/server.js
xwbd5t1u2#
试试这个:1.通过以下方式设置新项目:
npx create-strapi-app test_bug --quickstart
2.如果安装完成3.然后执行:
npm run develop or yarn run develop
这对我很有效,我想对你也一样。
2条答案
按热度按时间y4ekin9u1#
一些你可以
1.尝试关闭1337上的端口并运行
yarn develop
1.将
./config/server.js
上的端口号更改为另一个端口(如1331)并运行很可能是因为端口已在使用中
xwbd5t1u2#
试试这个:
1.通过以下方式设置新项目:
2.如果安装完成
3.然后执行:
这对我很有效,我想对你也一样。