I have a database which I try to connect with using the Bubble API Connector plugin. However, it seems that the parameters are incorrectly parsed.
Example:
I want to collect all hotels with country code ESP:
parameter; country[eq]=ESP
This works in postman when using https://database/v1/hotels?country[eq]=ESP
But when I add the parameter country[eq]=ESP in the Bubble API Connector (see screenshot) …
… it gives me the following error message:
Status code 400
{"code":"VALIDATION_ERROR","message":"\"https://database/v1/\" is not allowed","validations":[{"message":"\"https://database/v1/\" is not allowed","code":"OBJECT_UNKNOWN","property":"https://database/v1/"}]}
After some testing, it seems to be that the Bubble API Connector parses the around country[eq] in a complete different way. If I do not parse any parameters, the Bubble API Connector works smoothly.
Does anyone have a solution for this?
If not, is there another way to use API’s in Buble.io ?
Thanks in advance!
Best,
Bram