Hi there! I'm having trouble with the repo clone script:
We have an origin repo that has all our content, types, and slices.
I created a new prismic project and migrated over the types and slices so the data model matches.
I've run the script, and it works at bringing over content that only has text, but it breaks if the content has images or links.
- New document imported of type : document and uid: {document-slug-redacted}
Request failed for doc of type : document and uid: {document-slug-redacted} Error details : Assets with following ids not found: ZmoBxpm069VX1sZe
I checked the repo script's code, and it looks like it's supposed to be able to download and migrate my assets and correct all broken links.
Did I do something wrong?
Thank you!