Skip to content

Cannot POST /1/indexes/tags_dev/batch #9

@long1eu

Description

@long1eu

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions