Hello! I'm brand new to Toddle, and I'm following the excellent 7-days tutorials. I'm currently working on the iTunes API use-case. I (think) I followed all instructions: creating a variable, mapping this variable to an input field, and mapping this variable to the 'term' query param. But, the API never gets called, or doesn't take my new query parameter into account. I couldn't say what exactly is happening. What I noticed is that the call seems random. When I change the query parameter in the configuration of the API and test-run it, most of the time, the response is incorrect (it contains only the results of my initial call)... Is there any bug in the configuration of APIs, or am I doing anything wrong? (I noticed that the videos are a little outdated, and that some interfaces have changed; so maybe now, some other steps have to be followed?). Thanks!
π1
sachag
2 months ago
Nov 9, 2024, 11:16 PM
Had the exact same experience! In the editor, my old search response was still being shown Deleting the API Call enabled me to get "newer" results, but the issue would re-happen after a while
Hey! I tested in Postman and exact same issue happened! In fact, strangely, the API works only when we use POST (instead of GET)... Please give it a try on your side. Using POST solved it for me