whenever i put it into hoppscotch.io, as
whenever i put it into hoppscotch.io, as shown in the video, it gives me this error
19 Replies
When you test the full workflow on BuildShip, on which node you are getting this error? It generally occurs due to any missing values or ncomplete (a.k.a malformed) JSON data.
ah i see, i'm getting it in this node
apologies i'm new to buildship and i was just following along the video--am i supposed to put something in here?
No sweat, you did correct. No need to add anything in Parse JSON node. You can confirm if the output of the OpenAI chat node is correct or not. It should be a stringed JSON. Also, are you passing the body while testing on BuildShip?
i got it to work!
cool.
would you mind helping me implement it into flutterflow though?
it for some reason gives me out this output when i try and test it in flutterflow
here's a rundown of what i've put in: (i put in an api key in[apikey])
Are you also passing the API key in header in your BuildShip workflow?
i just changed it now to passing in the api key as a "request header" is that what you mean?
I won't recomment passing the API key as header for node , store it in secrets and simply pass it here. And on FlutterFlow side you can delete the Headers.
ah okay, i'm getting this error now
@Gaurav Chadha i'd really appreciate some help with this if you could help me out
Hi, @dalia, sure, I'll try this out on FlutterFlow, and will get back to you.
thank you so much!!
hi @Gaurav Chadha sorry to bother you so much, but were you able to figure it out?