Hi, I am started using the TypeSense 27.1 Self-Ho...
# community-help
v
Hi, I am started using the TypeSense 27.1 Self-Hosting with Linux VM Docker. When I am importing JSONL file -- I just complete without any error, but it is not importing any document. But that Import works only with specific file, some other file it is not working. Where need to see the issue : Thanks! (edited)
j
For the import API call, you want to look at the response body for any errors. That endpoint always returns a 200 even for partial failures, so you want to parse each line in the response to look for which document is returning a validation error
👀 1