Upon initializing an API call using the Bubble API Connector today I’m getting:
There was an issue setting up your call.
Sorry, we ran into a temporary bug and can’t complete your request. We’ll fix it as soon as we can; please try again in a bit!
All my other calls are working in the app and this particular call works just fine in Postman.
NOTE: It only happens initializing this new call in Bubble API Connector
5 Likes
shashi
March 20, 2024, 1:37am
2
Yes! I am! Came here to see if others were getting this as well.
having the same error today as well on an initializing a call
yea, I am as well with a new API I am setting up, but not on all request to the same provider using different endpoint. The API I am using is Nylas, and only for request where I POST data I get the same error.
and for clarity, during initialization of the call
Nothing useful in the logs
erkki
March 20, 2024, 8:22am
5
Yes, I am having the same issue when initializing or re-initializing Bubble’s own or external API calls.
Reported this to support already.
Me too - something has gone wrong somewhere…
I’m also running into the same problem, trying to setup a new call for Postman
Yalcin
March 20, 2024, 2:20pm
10
I have submitted a bug and got the information that the Bubble engineering team is currently investigating the issue
Hey Wow! I went viral (for bubble.io forums) ha ha ha.
Sucks we are all having this problem still, even the next day.
Any news on when they will have it fixed?
It’s definitely holding me up.
For anyone interested, mine is a POST call.
I submitted a bug report also
They are working on it. I just got different behavior. The API endpoint responded back just now, but gave an error (while the same call gives no error in Postman).
Here’s what’s happening now:
There was an issue setting up your call.
Raw response for the API
Status code 400
{
“error”: {
“message”: “Invalid request (check that your POST content type is application/x-www-form-urlencoded). If you have any questions, we can help at Stripe: Help & Support ”,
“type”: “invalid_request_error”
}
}
Could be relevant, what version is everyone on?
Hi everyone,
We’ll soon be releasing a new Bubble Version with two changes.
The first will address a bug in the API Connector where if you had a call with the body type JSON, we did not explicitly send that the content-type in the header is JSON (content-type: application/json) which could cause issues for APIs that required this parameter. We now pass in this content-type when making an API call if applicable. If you have manually set a content-type in your header parameters, it will not get …
I am getting “proper” errors back now on initialization… so maybe try again folks.
EDIT: this is now working for me.
Same here, I have the same problem intermittently
same issue here guys, the entire stripe api was working fine, today i tested my site and boom the same 400 error .
sent a bug report and the support team told me various users were experiencing the same issue , so still waiting.
Me too with Stripe via API. Started yesterday, still happening today
my api connector appears to be ok today… fingies crossed!
Intermittent failure to initialise for me too.