Can we access your project?
Current Behavior
Description of the Issue:
I am experiencing a critical issue on my ActiveRide page where the editor has entered a persistent state validation loop. Every single attempt to update, delete, or modify a backend query (either on the page level/Scaffold or on the underlying containers like Section) triggers an automated system rollback with the following pop-up message:
"Invalid Action. The most recent action would have caused a crashing error, so we’ve undone it for you."
This issue originated because a local Backend Call (Update Document) on a component action block was tied to a query structure that changed. Now, the validation engine creates a deadlock:
I cannot update or fix the reference inside the Action Flow Editor because the variable manager expects a single document reference instead of a list.
I cannot change the backend query type from List of Documents to Single Document (or add a simple rideId filter) because the UI builder blocks it, fearing it will break the action script.
I cannot even delete the query or delete the action blocks entirely to start fresh, as any structural change immediately triggers the automated "Invalid Action" undo mechanism.
The page editor is completely frozen regarding any database or action manipulation.
Steps already taken that failed due to the rollback lock:
Attempted to change the rides collection query type on the Section container to Single Document. (Blocked by system rollback).
Attempted to delete the backend query on the Section container completely to rebuild it. (Blocked by system rollback).
Attempted to attach a clean Single Document query on the page-level Scaffold (ActiveRide). (Blocked by system rollback).
Attempted to completely delete the Action Flow chain on the primary action button to clear the validation dependency. (Blocked by system rollback).
Performed a hard refresh (Ctrl + F5 / Cache clearing) and re-synchronized the Firestore Schema. The database schema syncs perfectly, but the page state remains completely locked.
Requested Action from Support:
We need your technical team to manually clear the corrupted UI dependency state or force-reset the queries for the ActiveRide page on the project back-end. Ideally, please adjust the backend query of the Section container (or the page itself) to safely read rides as a Single Document filtered by rideId == Page Parameter -> rideId, or temporarily strip the action block from the main button so we can regain editing control without triggering the automated crashing safety mechanism.
Expected Behavior
I need some technical advice to progress my project.
Steps to Reproduce
Steps already taken that failed due to the rollback lock:
Attempted to change the rides collection query type on the Section container to Single Document. (Blocked by system rollback).
Attempted to delete the backend query on the Section container completely to rebuild it. (Blocked by system rollback).
Attempted to attach a clean Single Document query on the page-level Scaffold (ActiveRide). (Blocked by system rollback).
Attempted to completely delete the Action Flow chain on the primary action button to clear the validation dependency. (Blocked by system rollback).
Performed a hard refresh (Ctrl + F5 / Cache clearing) and re-synchronized the Firestore Schema. The database schema syncs perfectly, but the page state remains completely locked.
Reproducible from Blank
Bug Report Code (Required)
ITFTkvLlvIxNodcF+Kn9Y8ZKmj04I0MdXOczitVEew4bCIj4B4YEPPfSS1tBTdCzaH1UBFmJmjsE+fTPvYXqUO1eGAqBG91B1atybhPPbEmuRbamPMySTnZCM9tXfky73MK7oCVCC7JocWQS7GeqHtnJdz6Cf9qOYwx5e6fDbOY=
Visual documentation
All is explained in the report above
Environment
- FlutterFlow version:6.6.56
- Platform:Windows 11
- Browser name and version: Google Chrome
- Operating system and version affected: Windows 11
Additional Information
No response
Can we access your project?
Current Behavior
Description of the Issue:
I am experiencing a critical issue on my ActiveRide page where the editor has entered a persistent state validation loop. Every single attempt to update, delete, or modify a backend query (either on the page level/Scaffold or on the underlying containers like Section) triggers an automated system rollback with the following pop-up message:
"Invalid Action. The most recent action would have caused a crashing error, so we’ve undone it for you."
This issue originated because a local Backend Call (Update Document) on a component action block was tied to a query structure that changed. Now, the validation engine creates a deadlock:
I cannot update or fix the reference inside the Action Flow Editor because the variable manager expects a single document reference instead of a list.
I cannot change the backend query type from List of Documents to Single Document (or add a simple rideId filter) because the UI builder blocks it, fearing it will break the action script.
I cannot even delete the query or delete the action blocks entirely to start fresh, as any structural change immediately triggers the automated "Invalid Action" undo mechanism.
The page editor is completely frozen regarding any database or action manipulation.
Steps already taken that failed due to the rollback lock:
Attempted to change the rides collection query type on the Section container to Single Document. (Blocked by system rollback).
Attempted to delete the backend query on the Section container completely to rebuild it. (Blocked by system rollback).
Attempted to attach a clean Single Document query on the page-level Scaffold (ActiveRide). (Blocked by system rollback).
Attempted to completely delete the Action Flow chain on the primary action button to clear the validation dependency. (Blocked by system rollback).
Performed a hard refresh (Ctrl + F5 / Cache clearing) and re-synchronized the Firestore Schema. The database schema syncs perfectly, but the page state remains completely locked.
Requested Action from Support:
We need your technical team to manually clear the corrupted UI dependency state or force-reset the queries for the ActiveRide page on the project back-end. Ideally, please adjust the backend query of the Section container (or the page itself) to safely read rides as a Single Document filtered by rideId == Page Parameter -> rideId, or temporarily strip the action block from the main button so we can regain editing control without triggering the automated crashing safety mechanism.
Expected Behavior
I need some technical advice to progress my project.
Steps to Reproduce
Steps already taken that failed due to the rollback lock:
Attempted to change the rides collection query type on the Section container to Single Document. (Blocked by system rollback).
Attempted to delete the backend query on the Section container completely to rebuild it. (Blocked by system rollback).
Attempted to attach a clean Single Document query on the page-level Scaffold (ActiveRide). (Blocked by system rollback).
Attempted to completely delete the Action Flow chain on the primary action button to clear the validation dependency. (Blocked by system rollback).
Performed a hard refresh (Ctrl + F5 / Cache clearing) and re-synchronized the Firestore Schema. The database schema syncs perfectly, but the page state remains completely locked.
Reproducible from Blank
Bug Report Code (Required)
ITFTkvLlvIxNodcF+Kn9Y8ZKmj04I0MdXOczitVEew4bCIj4B4YEPPfSS1tBTdCzaH1UBFmJmjsE+fTPvYXqUO1eGAqBG91B1atybhPPbEmuRbamPMySTnZCM9tXfky73MK7oCVCC7JocWQS7GeqHtnJdz6Cf9qOYwx5e6fDbOY=
Visual documentation
All is explained in the report above
Environment
Additional Information
No response