Open alallema opened 1 year ago
Hi @alallema :wave: . Did you prepare the data from Mongo to send or did Meilisync do it itself (sorry, I'm only familiar with meilisync at a very high level). The issue here is the ObjectId
needs to be converted to a string before it can be serialized to JSON. I can make some suggestions how to do that once I know where the data came from.
Hi @sanders41,
Thank you for replying 😊. No, I haven't prepared anything. I've used the samples proposed by MongoDb to populate my database, and it seems that all _id
fields are created in this format by default on MongoDb Cloud.
I've also created a collection using the movie dataset and I've got another error described here #17
fixed
Description
I tried to import documents with
meilisync
from the MongoDB free plan:https://cloud.mongodb.com/
and got a serialization error:TypeError: Object of type ObjectId is not JSON serializable
Data format:
I used the sample data proposed by MongoDB which looked like:
Configuration file
Screenshots & Logs:
I put my logs in a file just in case: output_error.txt
Note:
I tried to remove
full: true
by:But I received another error that I will describe in another issue.