hello, @Phil and @lejardindesfunambule
I encountered the same problem. I tried to delete the slice with
curl --location --request DELETE 'https://customtypes.prismic.io/slices/TextSlice \
--header 'repository: tutorial-series' \
--header 'Authorization: Bearer ...
witch works great and tried to upload shared slice again with image which returned success.
Two bugs occurred
- Wrong image
- If I try to use this slice inside a page, the page won't be saved.
API response returns:
error message below
Unable to save version:
List(JsError(List((/key/value,List(ValidationError(error.path.missing,WrappedArray()))))))
Maybe useful information:
- currently using
prismic-cli
version3.8.9
- repository name https://oxylabs-sm.prismic.io/
- broken slice name: SocialProofAccountManagers
- You can see bug at our repo in page type
Solutions
page nametesting
Edit: added how to replicate bug.
How to replicate create slice with SM, add custom image and publish to repo.