Hi FlutterFlow community,
I'm encountering an error in my app when a user tries to send a message that includes a video. The error message that appears at the bottom of the screen is:
Error: You can only include 1 video link. Please reduce the number accordingly.
This happens after the user uploads a video and attempts to send it (along with potentially text). I've checked my action flow for the send button, and it seems like I'm only trying to pass the single uploaded file URL.
Has anyone else encountered this, or does anyone have suggestions on where I might be going wrong? I'm using Firebase for storage and data.