-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build fails when creating/updating document with enums #5490
Comments
Hello! Thank you for bringing this to our attention. I’ve confirmed the issue and will pass it along to our engineering team for further review. We appreciate your patience! |
If a fix isn't going to be available soon, is there a way I can revert back to a previous version of Flutterflow, or a workaround I can use? |
@Alezanello Example of an error when filtering from firebase by Enum was added:
|
Can we access your project?
Current Behavior
Today, I adjusted a "Create Document" action to set the value of a field ("roles") which contains a list of enums (userType). The value is set from a list of userType enums in an app state variable.
After adjusting the action to set the value of that field, the build fails and I receive the error message in the screenshot. When I remove that field from my create document action, the build completes.
Adding/removing that field from the action is the only thing changed between a successful build and a failing one.
As a side note, I was getting this same error the other day when I tried to pass an enum as a notification parameter. I thought I was just doing something that notifications couldn't handle, but this suggests a larger issue (and I need to be able to update this field), so I'm reporting it here.
Expected Behavior
I should be able to set the value of a list of enums without running into errors.
Steps to Reproduce
Reproducible from Blank
Bug Report Code (Required)
ITEekcjf35VOj7wE7qnQdcJvuwMxQUB+bZ0vlO1FGBYcCIzvB6QUf8nUaXdvT7CiSnNcOlK0hlMJwaGJjtjLMPk3BzKqRrV607hIZg/MTka6aZCyPKrtXEElQMBUfmWB5pmjmCYmOsVaR1Jk3WGPcq3qNleeY8aSfxBlZ7vfcPo=
Visual documentation
Environment
Additional Information
I'm trying to push out an app update today, but after the Flutterflow update, it looks like that will be delayed.
The text was updated successfully, but these errors were encountered: