Skip to content

Invalid JSON body is sent #311

Open
Open
@Tiller

Description

@Tiller

Hello

When I try to use the browser extension, it sends the body as the string "[object Object]" instead of the actual json body. I've tried both with firefox and chromium, with extension v0.37.

Image

curl --request POST \
  --url http://localhost:3000/api/v1/build/addToQuote/flow \
  --header 'content-type: application/json' \
  --data '{
  "inputs": {
    "input_value": "Your custom input here",
    "session": "session_id"
  }
}
'

Image

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions