Closed bsturdy closed 1 month ago
Hi there!
I wasn’t able to replicate this issue. I created a container, added both On Tap and On Double Tap action flows without any actions inside, and deployed it successfully to both the web and an iOS simulator without encountering any problems.
(Tested on Web and MacOs App)
Hi,
Try it on mobile deployment rather than web deployment. You should encounter a code magic compile error.
On Wed, 28 Aug 2024 at 12:19, Alezanello @.***> wrote:
Hi there!
I wasn’t able to replicate this issue. I created a container, added both On Tap and On Double Tap action flows without any actions inside, and deployed it successfully to both the web and an iOS simulator without encountering any problems.
(Tested on Web and MacOs App)
— Reply to this email directly, view it on GitHub https://github.com/FlutterFlow/flutterflow-issues/issues/3697#issuecomment-2315037010, or unsubscribe https://github.com/notifications/unsubscribe-auth/A6ACDTYLREQJAZKUNRPWLEDZTWW2VAVCNFSM6AAAAABNG2KXFCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMJVGAZTOMBRGA . You are receiving this because you authored the thread.Message ID: @.***>
It also compiled successfully to the iOS Simulator, following the same procedure as mobile deployment.
Interesting, I will test this again later on my system and let you know.
On Wed, 28 Aug 2024 at 12:28, Alezanello @.***> wrote:
It also compiled successfully to the iOS Simulator, following the same procedure as mobile deployment.
— Reply to this email directly, view it on GitHub https://github.com/FlutterFlow/flutterflow-issues/issues/3697#issuecomment-2315057604, or unsubscribe https://github.com/notifications/unsubscribe-auth/A6ACDTZG2JTVWMV5FCPU7XDZTWX5FAVCNFSM6AAAAABNG2KXFCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMJVGA2TONRQGQ . You are receiving this because you authored the thread.Message ID: @.***>
Closing this issue since we haven't heard back from you. If you are still facing the problem please submit a new issue. Have a great day!
Can we access your project?
Current Behavior
When you define an action in flutterflow (for example, an on tap action), if you do not add anything to this action but keep it alive and empty, your publishing will fail with a message 'Unsupported operation: Attempted to change a read-only message (flutterflow.FFActionNode)'. However, this is not picked up as a warning or error inside of flutterflow, which could make debugging difficult on larger projects.
Expected Behavior
An error or warning should appear when you leave an action empty but alive.
Steps to Reproduce
Reproducible from Blank
Bug Report Code (Required)
ITFfiPHq2It1xOVY0L6Ja8dsqCAUJmkcTL4zlO1HcxAYGO/yPbJ/PuD4VBRBTtejTXlhHE6Lgk4d0N7ljdnxM+wqFxeafKZA/qpccQ6UUXq8R4iPCquKZ3JSHftRCXasyru7kwl/Jspoci0h7GCXfui9aCvfJ5+/Zwh9f6PHaOI=
Visual documentation
Environment
Additional Information
No response