Wappler Version : 3.2.2.
Operating System : Mac
Project: NodeJS
Expected behavior
I have a perfectly working API call to a third party in my original Bubble project. I’ve copied the same API Call to the API Action on the Front End (as I need to send a file).
I expect a 200 response and for the call to be accepted.
…YOUR TEXT HERE …
Actual behavior
Adding the API keys as API Header, OR Query Parameter, OR Input Data - none are received by the API. If I add the API keys in the POST url - the keys are received by the third party API.
However, when I then try to send data via Input Parameter OR Query Parameter such as a simple Email or file I just get errors that the data is invalid or missing.
How to reproduce
Setup a API Call on the client side for either API Action with POST or API Form with POST and try to pass parameters via anything other than the actual URL.
Of course - but all I’m doing is replicating a working API call from Bubble, to Wappler - do you need this to test yourself (I’ll need to send you the keys privately), or are you assuming it’s just setup incorrectly?
@mgaussie I think I am having the same issue. I'm trying to set a dynamic API request header using the data from another request's response, but the value is not getting passed.
I’m making API call to fetch data from bubble database from client side of wappler but having the issue of unauthorization. If I put static bearer token in header for testing in wappler like this
it works fine
Experiencing the same thing here… Is there a solution??? Made the same api request attempt with stripe… initializes properly to set the data schema but in the browser… I get an error saying I didnt set authentication… the value is static not dynamic so its not an issue of setting the variable @patrick@Teodor@ben@George