Hi folks,
I have a few problems and need your assistance. I’m new to Strapi.
I deployed a self-hosted Strapi instance with docker-compose. Everything is working as expected. The developer used the local environment for the development. We exported the data from local to remote using
npm run strapi export -- --file my-strapi-export
npm run strapi import -- --file my-strapi-export
We also used
npm run strapi transfer -- --to destinationURL
Problem:
It’s not showing the Collection Types. In the content manager, It is not showing COLLECTION TYPES, it’s showing fewer collection types
The product collection type is showing in the content manager as shown in the screenshot below. While the collaboration is not showing as shown in the screenshot.
Testing and Debugging:
I can see the API call is working and returning the status code 200. I uploaded the src folder from developer local to remote. still, nothing showing. I also uploaded all the source code from local to remote and rebuilt the container. still, nothing is showing.
This topic has been created from a Discord post (1267790392821026838) to give it more visibility.
It will be on Read-Only mode here.
Join the conversation on Discord