Turn Strapi into development mode
Hello, I'm looking for help, when I want to switch my strapi to development mode (by default it's in prod via the template that's provided), my api isn't happy and keeps displaying ‘Warning: An error occurred while requesting the API’.
It was working in production mode when i did deploy it for the first time, now if i wanna register, it giving me the same everytime
Solution:Jump to solution
you do not want to run Strapi in development mode when on Railway, due to how strapi is designed to be used that will cause data loss.
please read the overview on how to run Strapi in development mode locally.
https://railway.app/template/strapi...
5 Replies
Project ID:
N/A
N/A
Solution
you do not want to run Strapi in development mode when on Railway, due to how strapi is designed to be used that will cause data loss.
please read the overview on how to run Strapi in development mode locally.
https://railway.app/template/strapi
so, does this mean when we want to add content to our strapi instance we have to run a local version instead which will be 'development mode' ?
correct