For many of the data sources of my app (ID 95001) testing the data API no longer works. The button for get collection is grayed out, all these used to work last week just fine. It could actually be that there is something else wrong as well as the data is not updating via these data sources in the app any more. Testing the same app via Amazon AWS own tools shows that the API and access work properly still.
Also tested this with another app of mine, same problem. No RUN TEST with a parameter works (was fine yesterday).
This is kind of critical problem… (also did a bug report already as well).
Hello, ran into this issue and found a workaround/fix. Rather than define the request schema in the “Config” tab, manually set the Request Schema in the “Schema” tab
I think I encountered this one the other day too. This was caused when the URL placeholders in the API call were set to mandatory (ie. “Is optional” is set to off.)
A temporary workaround (at least for me) was to is to temporarily set the placeholder’s “Is optional” property to on. This allowed me to run the test, then set the schema from the response.
Once that’s done, you can change the properties back to NOT optional. I’m not sure if this is helpful to anyone else right now, but it worked for me.