Can we access your project?
Current Behavior
Setting up a Navigate To action with a page parameter shows the error: "Parameter 'symptomDoc' passed by SymptomsListPage action to SymptomDetailPage does not exist." I completely deleted the symptomDoc parameter (Doc Reference type) and created a brand new parameter called sId (String type) instead, rebuilding the query filter and the On Tap action from scratch to reference sId. Despite this, the exact same error message referencing the deleted "symptomDoc" parameter still appears, along with "Required parameter sId is not set on SymptomsListPage action" - even though the sId binding is visibly correct (bound to symptoms Document > id) in the UI. This blocks both Test and Run with "Fix errors in the project before running." Tried hard refresh, incognito window, switching between legacy/new test modes, and deleting/rebuilding the action multiple times. The error never changes.
Expected Behavior
After completely deleting the "symptomDoc" page parameter and creating a new page parameter "sId" with fresh bindings throughout, the error referencing the deleted "symptomDoc" parameter should no longer appear in the Issues panel.
Steps to Reproduce
- Create a detail page with a page parameter (e.g. "symptomDoc", type Doc Reference)
- On a list page, add an On Tap action with Navigate To targeting the detail page, passing the parameter
- Error appears in Issues panel referencing this parameter as "not properly set"
- Fully delete the page parameter from the detail page's Page Parameters
- Create a brand new page parameter with a different name (e.g. "sId", type String)
- Update the detail page's backend query filter to reference the new parameter
- On the list page, delete the old On Tap action entirely and rebuild it from scratch, binding the new parameter correctly to a document field
- Confirm all bindings show correct values in the UI (no red/error indicators on the parameter itself)
- Open the Issues panel - the same original error text still shows, referencing the deleted "symptomDoc" parameter by name, plus a second error saying the new "sId" parameter "is not set"
- Test and Run buttons remain blocked with "Fix errors in the project before running"
- Tried: hard refresh (Ctrl+Shift+R), incognito window, toggling "Use new test mode" on/off - none of these clear the error
Reproducible from Blank
Bug Report Code (Required)
IT4ChfHl8ZJgoeVc7arAacFvryQsKUg4RYIV0dYbGQ8aJ5POD+x/fMnBN1dUOPWjS3xie1mKgTsX/MrLjdjxJPAqISitGZxIz5NucjmXRl+QMpiVCpS3b3xPGd5hFUyb15mN2yV4CMZqLn9nwV2MDOmQcHLtNYzSIFUzBOaoXdeK2SrDX1iXc2URm05KZDPz
Visual documentation
Environment
- FlutterFlow version: current (as of July 2026)
- Platform: Web
- Browser name and version: Chrome (latest)
- Operating system and version affected: Windows
Additional Information
This is blocking development of a Firestore-backed app - I cannot use Test or Run mode to verify that page navigation with parameters works correctly, since the editor refuses to run with this stale error present.
Can we access your project?
Current Behavior
Setting up a Navigate To action with a page parameter shows the error: "Parameter 'symptomDoc' passed by SymptomsListPage action to SymptomDetailPage does not exist." I completely deleted the symptomDoc parameter (Doc Reference type) and created a brand new parameter called sId (String type) instead, rebuilding the query filter and the On Tap action from scratch to reference sId. Despite this, the exact same error message referencing the deleted "symptomDoc" parameter still appears, along with "Required parameter sId is not set on SymptomsListPage action" - even though the sId binding is visibly correct (bound to symptoms Document > id) in the UI. This blocks both Test and Run with "Fix errors in the project before running." Tried hard refresh, incognito window, switching between legacy/new test modes, and deleting/rebuilding the action multiple times. The error never changes.
Expected Behavior
After completely deleting the "symptomDoc" page parameter and creating a new page parameter "sId" with fresh bindings throughout, the error referencing the deleted "symptomDoc" parameter should no longer appear in the Issues panel.
Steps to Reproduce
Reproducible from Blank
Bug Report Code (Required)
IT4ChfHl8ZJgoeVc7arAacFvryQsKUg4RYIV0dYbGQ8aJ5POD+x/fMnBN1dUOPWjS3xie1mKgTsX/MrLjdjxJPAqISitGZxIz5NucjmXRl+QMpiVCpS3b3xPGd5hFUyb15mN2yV4CMZqLn9nwV2MDOmQcHLtNYzSIFUzBOaoXdeK2SrDX1iXc2URm05KZDPz
Visual documentation
Environment
Additional Information
This is blocking development of a Firestore-backed app - I cannot use Test or Run mode to verify that page navigation with parameters works correctly, since the editor refuses to run with this stale error present.