Hello FlutterFlow Community,
I've encountered a challenge with my app regarding transferring audio file URLs between Supabase and Buildship via API calls. The core issue is that the audio file URL sent to the backend is either incorrectly or improperly generated. Here's a breakdown of the workflow:
An audio recording is initiated within the app.
The recorded audio file is uploaded to Supabase.
The Supabase URL is intended to be sent through a Buildship API call for further processing.
The expected outcome is that the backend service receives the correct file URL and processes the audio file.
But the app stops there and does not give any output.
Steps taken to troubleshoot include:
Ensuring the Supabase upload is successful and the URL is correctly displayed in a Snackbar.
Testing the API endpoint manually with a valid URL to ensure the backend service works as intended.
I'm looking for suggestions on what could be causing this issue and how to resolve it. Has anyone faced a similar problem, or can point out what I might be missing here?
Thank you for your time and assistance!
These are my API Call settings and the API call Action: