Search code examples
file-permissionsstrapi

Strapi Admin infinite loop


I'm kinda new to strapi. actually this the first time to try it. so i followed the documentation and was able to get the first page to work but admin page always go blank. sadly i don't know nodeJs or react so I'm not sure about what to do in here but seems there's something wrong with the permissions please check the attached image.

enter image description here

i've tried

npm install in the project root directory.
npm run setup in the project root directory. 

as mentioned in this issue on github but it want's useful

I'm using strapi 3 alpha nodeJs 11 npm 6+ mariaDB 10.1 windows 10 64bit


Solution

  • So simply, I checked strapi website to find out that version 3 is out of the alpha status and then I installed the newer version and tried to use it and it did work so seems some bug was in the alpha edition which strapi team has fixed by themselves