So,
I am currently following the videos provided on YouTube on how to build a bot and got stuck on video 3, where I need to make the API call.
After I set up the code and set the API key, I'm trying to test the bot and get these 2 errors:
error 1: [AxiosError: Request failed with status error 500]
error 2: Error executing action "inline-ins-8e47eb0a79.js" in flow:Main:node:process-api-data [Type Error, workflow.recipeInfo.map is not a function]
I (believe) I followed every step provided until video 3, and it all worked as expected so far when testing. I also tried to change some things after getting these error, such as adding a "recipeInfo" variable (instruction that wasn't provided in the clips) and renaming my API key as "apiKey" (although I don't know if that does anything.
I really want to make it work and I spent 2 days on this step, so I'd be grateful if anyone has any suggestions I could try. Thanks in advance for any input.