I made a fast installation with npx create-strapi-app my-project --quickstart and it’s working properly. But when I try to insert several tables doing http requests, only two collection-types can be inserted.
Can you guys tell me if it can be a problem of strapi configuration? I tried with a digitalocean installation and also local, but the problem persists.
I am doing post requests with a json of the collection-type which I want to create. These json are transcripted by the xml code of an edmx framework file and are properly formatted for strapi.
Here I attach two screenshots.
This are the requests done by strapi when you create a collection-type.