-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
I get this response when I try to save and object.
{
"name": "ApiError",
"message": "<!DOCTYPE html><html lang=\"en\"><head><meta charset=\"utf-8\"><title>Error</title></head><body><pre>Cannot POST /1/indexes/tags_dev/batch</pre></body></html>",
"status": 404,
"transporterStackTrace": [
{
"request": {
"data": "{\"requests\":[{\"action\":\"addObject\",\"body\":{\"name\":\"coffee\",\"createdAt\":1585730843287}}]}",
"headers": {
"x-algolia-api-key": "*****",
"x-algolia-application-id": "HY2LNZ56YR",
"content-type": "application/x-www-form-urlencoded"
},
"method": "POST",
"url": "http://localhost:9200/1/indexes/tags_dev/batch?x-algolia-agent=Algolia%20for%20JavaScript%20(4.1.0)%3B%20Node.js%20(12.16.1)",
"connectTimeout": 8,
"responseTimeout": 120
},
"response": {
"status": 404,
"content": "<!DOCTYPE html><html lang=\"en\"><head><meta charset=\"utf-8\"><title>Error</title></head><body><pre>Cannot POST /1/indexes/tags_dev/batch</pre></body></html>",
"isTimedOut": false
},
"host": {
"protocol": "http",
"url": "localhost:9200",
"accept": 3
},
"triesLeft": 0
}
]
}Metadata
Metadata
Assignees
Labels
No labels