Hi,
I am attempting to clone a repository by recreating the Custom Types, and exporting/importing content.
After a successful import, I'm only seeing the media in the new repository - but no documents - either in the Dashboard, or in the API explorer. I'm unable to reimport the content - as I'm getting errors about the singleton-type Documents having been already created. Surprisingly, if I run an export from the new repository, I'm getting a correct JSON data dump. New repository name: tidal.prismic.io - API set to Private.
Steps to reproduce:
- I have 2 repositories running the Medium plan.
- I recreated all Custom Types in the new repository by copying the JSON Custom Type data from the old repository
- I exported the content from the old repository and have it saved as a zip archive of JSON files
- I successfully completed the import to the new repository - only warnings were shown connected to media IDs - but the import seemed to have been completed successfully
- A new release appeared - I published it
- I navigate to the "Documents" tab - no content is showing
- I navigate to the API browser - no documents are found.
Expected result:
The imported content is visible in the Media & Documents tabs, and accessible through the API
Actual result:
No content is visible in the Documents tab.
No content is available trough the API (or API browser).
Media are visible in the Media tab.
Attempts to re-import the content are blocked by critical errors - singleton-type documents already exist
Surprisingly, the content can be exported via the Export feature.