Share feedback, ideas and get community help

Updated 6 months ago

Baserow API Method POST

At a glance

A community member is experiencing issues with the Baserow API when making a POST request to create a row. They have set up the request with the necessary headers (authorization, token, content-type) and body, but the row is being created empty without the expected value. The issue only occurs when using the web version 2.26, while the local version 2.27 and the VPS version 2.23 work as expected. The community member has tried using Postman, and the request works fine there. Other community members have reported similar issues with the HTTP Request on POST method, where the body is passed as null. They are unsure of how to solve the problem and are looking for guidance.

Hello @Typebot are you experiencing issues with the Baserow API when making a POST request to create a row?
I have set up a POST request with the necessary headers (authorization, token, content-type) and body as follows:
{
"Name": "{{Name}}"
}
However, it is creating an empty row in the table without the value. The only time I could see the expected result was when I integrated with Make and created an HTTP request within it.
If I make the request using POSTMAN it works good.
I am using a web version 2.26, I have made a test on a VPS using the version 2.23 and it worked good too.

Does anyone know what might be causing this issue?
B
D
J
13 comments
Can you provide a reproduction?
Yes, I am gonna try to recove It and i can send you. It is working good at the moment, but I had to install typebot bot locally in my laptop using the same version 2.27. If I use it on web I couldn’t be able to make a call POST method.
I am gonna try to send you.
Thank you in advance !
@Damiao @Baptiste I'm have same issues, when using HTTP Request on POST method the body pass is null. I try on my postman it's ok. How to solve or If I miss soemthinf have guide can I follow?
test using another software ok
Attachment
image.png
Can you reproduce it on app.typebot.io? Using webhook.site URL?
can call the API, but my on self hosted have issues? @Baptiste
Attachment
image.png
@Baptiste why the HTTP pass content-type is text/plain;charset=UTF-8? when add content-type application/json not work still pass in text/plain;charset=UTF-8. can check it.
Block HTTP Request, for header in POST method like have problem, when pass content-type application/json not detect, when pass x-api-key not work too. Someone can answer this issues?
On my local no problem, just on my server have problem. so what must i do?
Add a reply
Sign up and join the conversation on Discord