Hi, I have set up several API connections with the API connector.
I noticed that Bubble generates two calls for a single request, one with provided data and another with the data provided in the initialization.
From reading around the forums it looks like Bubble caches the initialization request but I don’t understand why it being used for every call.
To prove this, I removed the api call from the connector which called a third-party directly, and replaced it with a different one, that calls an Azure app service that in turn calls the third-party API. The workflow still tries to send the cached request and because it is not available, it shows the error:
API Connector error: the call bTJJx.bTJKB is missing, please reinitialize your calls.
I tried removing cookies from the editor page, reloading, deleting cache, logging out. Just can’t get it to work now.
Would appreciate any help from the community.