This strapi app is deploy on Nodejs server (o2switch) using mysql database. Everything is working but I can’t add content type…
I thought I understood that it was necessary to launch it in local, but I can’t redeploy it… I very lost, how can I use this CMS with nodejs for a nextjs app please ?
Expected behavior
I want to add some single page in order to configure it for my client
Thank you for your answer.
I tried to do this but, I don’t really know how to do this. Because on my server strapi is set up with MySQL.
It means I need to connect my local version to the same database as the cloud version in order to set up it well ?
Thank you a lot I succeed,
but I still have a question, currently I run my local version, do my modifications and then zip the folder, upload it on the server and then extract it and finally run it on the server.
Is it the correct way to push it ?