I’m currently facing this issue where I’m getting an AggregateError as a response from calling Bubble’s Data API. What I’m trying to do is actually very simple: I’m just trying to get an object by its unique ID after its creation. Here’s a step by step of what should happen:
The object is being created directly on Bubble
My Bubble app makes a call to an external backend including the unique ID as a param
The external backend gets the object using the ID we just received as a param to query Bubble’s Data API
My goal is to use the “CardTemplate” object to execute a series of steps in other APIs. I was thinking about sending this object in the body of the initial request to my external backend, but it’s also frustrating not being able to find the reason why this is not working.
The issue is also not persistent, as it happens only in certain time frames during the day