FlutterFlow / flutterflow-issues

A community issue tracker for FlutterFlow.
124 stars 23 forks source link

Simulator specific navigation error (works when running locally) #3611

Closed lcundiff closed 2 months ago

lcundiff commented 2 months ago

Can we access your project?

Current Behavior

In flutterflow simulator, any navigate to action will crash upon navigating to the page with the error below, even if the page is empty. The only pages that work are the ones I can get to using the toolbar. When I export the code, and run it locally, everything works as expected, so it must be an issue with flutterflow simulator or my flutterflow project navigator is somehow been modified, although I am not sure how that would be possible since the navigator code is not exposed on flutterflow.

image

Expected Behavior

I should be able to navigate to pages within the simulator outside of only the toolbar pages.

Steps to Reproduce

(I have tested this only in my project and on firefox and chrome)

  1. Create two blank pages
  2. Add button on one page to navigate to the other page.
  3. Test in browser simulator.

Reproducible from Blank

Bug Report Code (Required)

IT4OjMrl05Ngocta1brUdcdvmiQvJj9/aqxN1+19Y000F4vNGu4MPsneVFRuZrykSnw7OWeZuH41/PfquOH9O8JcIQ2VbaJ/zrtyezrMbEaneKqPOqiJfW1RM8NVG2GOy8PV2iNQVetadCEe1Dm6CO69HynYH72yOVg3NPqbKdeK2SrDX1iXc2URm05KZDPz

Visual documentation

Here are 2 blank pages, one with a button that has action to navigate to the other. And then the error that appears when clicking on it. Blank page with nav button

image

Blank page it navigates to

image

Error that appears when clicking on button ONLY in simulator - works fine when ran locally.

image

Environment

- FlutterFlow version: 4.181+
- Platform: Flutterflow simulator
- Browser name and version: Firefox and chrome LTS
- Operating system and version affected: Windows and Mac

Additional Information

I cannot test my project in the simulator anymore.

paulperez-dev commented 2 months ago

Hi @Icundiff! I'm sorry but we are unable to reproduce this issue from a blank project, can you please reach out to support@flutterflow.io? They can better assist you with ensuring your project is configured correctly!

github-actions[bot] commented 2 months ago

This issue is stale because it has been open for 7 days with no activity. If there are no further updates, a team member will close the issue.

lcundiff commented 2 months ago

I reached out to support, and they were able to fix the issue. It wasn't specified how it was fixed, but something under the hood of my project.