System Information
- Strapi Version: 3.1.0
- Operating System: Ubuntu 18.04
- Database: postgres
- Node Version: 12
- NPM Version: 6.14.6
- Yarn Version: 1.22.0
I created a Digitalocean Strapi one-click droplet, pushed it to github and pulled it locally. Here I copied the api directories from my locally developed strapi project into the fresh one from DO. Pushed the code to github and pulled it into the dropled. When I open the admin I see all the copied collection types and single types. But when I test the endpoints (with postman) i get an 404 not found error.
So my question, is this even possible to do like that or am I just missing a step when copying the api directory into the new project?
Thank you very much