You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As I mentioned at this StackOverflow question, I have a Note model which has a very long text in one of it's JSON fields, even though I have limited the attribute to the single id column I am getting the following error:
Error: Algolia::AlgoliaProtocolError (400: Cannot POST to https://XXXX.algolia.net/1/indexes/Note/batch: {"message":"Record at the position 1 objectID=56 is too big size=20715 bytes. Contact us if you need an extended quota","position":1,"objectID":"56","status":400} (400))
As you can see I am only sending an id column in the model but still getting the error, I haven't review your codes but I think you sending the entire model to the server.
Steps To Reproduce
Have model with a JSON field and one of the JSON field's attribute have a long long text.
The text was updated successfully, but these errors were encountered:
v6
1.23.2
1.27.1
2.6.5
Description
As I mentioned at this StackOverflow question, I have a
Note
model which has a very long text in one of it's JSON fields, even though I have limited the attribute to the singleid
column I am getting the following error:The current model looks like as below:
As you can see I am only sending an
id
column in the model but still getting the error, I haven't review your codes but I think you sending the entire model to the server.Steps To Reproduce
Have model with a JSON field and one of the JSON field's attribute have a long long text.
The text was updated successfully, but these errors were encountered: