Strapi run develop gives frequent server error, plus: getting "an error occured" message when trying to save changes in admin panel and strapi goes into endless load mode

I would say that you can do a quick test on something.

  1. Delete node_modules folder
  2. Delete the .tar file.
  3. run npm install inside the strapi project.
  4. run npm run develop to see if it spins up

If this does not work could you post the content of your package.json file please :slight_smile:

1 Like