I’m just new to Strapi and I followed the steps in the Strapi Documentation in creating a new project with Strapi and started with this npx create-strapi-app@latest my-project --quickstart
After creation, it opened the localhost page on my browser and it showed an This page isn’t working If the problem continues, contact the site owner. HTTP ERROR 426
error
This is what my terminal looks like:
Thanks so much!
CodePudding user response:
Some of the solutions you could
- try killing port on 1337 and run
yarn develop
- change the port number on
./config/server.js
to another port like 1331 and run
It is most likely because the port is already in use