Hey, I am trying to set up a callback with an API I am using to listen to it for data that I can then feed to my user.
I am successfully doing the API Call, the api call is giving me my response and doing its function, however the callback URL I am inputting into the api call is not receiving any data… I must be doing something wrong on Bubble’s end because everything is good with the response from the api call.
There are my current settings:
When I go to detect data, I send the API call from postman, get my response, then on the Bubble end for detecting the data, it is just loading forever:
Are my settings incorrect?
This is also what it says on the docs of the API I am using:callback
is a URL that will be called when the training is done processing. The callback is a POST request where the body contains the training object.
And yes, I have the correct URL into the API call.
Any ideas? Thanks.