Hi everyone !
I’m building headless cms with strapi and I got this error when I created a new content type or saved new field? Is that the error of mine, where did I get wrong?
Hello,
Please share the output from logs.
Thanks
Ummm it appears you have an electron application in the same directory that is causing a problem and forcing Strapi to restart. I would recommend you keep those two application separate.
1 Like
How do you know it ? Which line of error tells it?
The bottom 4 lines:
File created: C:\Users\autho\Desktop\Electron\...
those mean Strapi detected new files and was auto-restarting
Thanks for your quick reply !