Hello,
I'm trying to import many docuement to prismic that come from my database. I've genrated all the json files with the images.
I tried with only 1 document just to see so i zip 1 json with his image.
When i import it in prismic i get no error about the document, its all alright but when i click import to finish the import i get this error
1 documents hasn't been imported! 0 documents has been successfully imported in Import (Fri Sep 17 2021 14:53 PM).
Here you have the json of my custom type
{
"Main": {
"slot_name": {
"type": "Text",
"config": {
"label": "slot name"
}
},
"slot_url_name": {
"type": "Text",
"config": {
"label": "slot url name"
}
},
"provider_url_name": {
"type": "Text",
"config": {
"label": "provider url name"
}
},
"provider_name": {
"type": "Text",
"config": {
"label": "provider name"
}
},
"game_id": {
"type": "Text",
"config": {
"label": "game id"
}
},
"slot_preview_image": {
"type": "Image",
"config": {
"constraint": {
"width": null
},
"thumbnails": ,
"label": "slot preview image"
}
},
"slot_api_link": {
"type": "Link",
"config": {
"label": "slot api link",
"select": null
}
},
"rtp": {
"type": "Number",
"config": {
"label": "RTP"
}
},
"volatility": {
"type": "Number",
"config": {
"label": "volatility"
}
},
"multiplicator": {
"type": "Number",
"config": {
"label": "multiplicator"
}
},
"slot_release_date": {
"type": "Date",
"config": {
"label": "slot release date"
}
}
}
}
I can't figure out why i get this error when everything is good, i check the common error in imports and the solutions but no one were about my error.
One more strange things is that i get the image which was a local file <<>> on prismic, i mean i can see it 6 times in media tab but these image don't work, i can't click on them to delete them or use them in any document.
If someone know ???
Augustin VINCENT