I wanted to throw this out to the community and see if anyone else has run into this?
I have an API Group setup in Flutterflow that has been working great for months. Today I tried to add a new API call into that group and the tests worked great, however when the API was called from the front end it would fail.
After a lot of trial an error and reviewing the cloud function logs (since this is a private API call) I found that the cloud function is throwing an error of "textPayload: 'Error performing API call: ReferenceError: createMYAPINAMEAPIGroup is not defined'"
I finally found that if I created a new API group and set up the new call under that group then it works great. However, all of the old API calls in that old group now don't work! I've tried renaming and saving the group, but nothing is registering.
Is there any way to make that existing group work again?
The new API group I created included the new Advanced Settings features FF rolled out a couple months ago (ie using proxy, cache API results, etc), however my old API group doesn't include those (which is fine).
Any thoughts?