FlutterFlow / flutterflow-issues

A community issue tracker for FlutterFlow.
130 stars 26 forks source link

FlutterFlow keeps "forgetting" about a specific Custom Data Type #4785

Open carlosmachina opened 3 weeks ago

carlosmachina commented 3 weeks ago

Can we access your project?

Current Behavior

In a project, apparently randomly, FlutterFlow just stops recognizing one of my Custom Data Types:

image

image

The debugger says the Type doesn't exist, but it does:

image

Now, renaming this data type:

image

Magically makes the errors go away:

image

Until something (I couldn't pin out what exactly - usually a local test run) makes the problem come back again:

image

(The above example occurred after my first interaction with my app in the test environment)

Changing the type name again (to anything):

image

Makes the error disappear again:

image

Expected Behavior

I expect that FlutterFlow doesn't forget about the Custom Data Types available in the solution and also would expect to not have random errors pop up without any intervention and go away by renaming things randomly.

Steps to Reproduce

  1. In the affected project, open the project
  2. Random errors pop up
  3. Change the name of that specific Custom Data Type
  4. Errors disappear
  5. Run local test
  6. (Maybe) Random error pop up again
  7. Change the name of that specific Custom Data Type again (could be back to the original that was changed in step 3)
  8. Random errors disappear again

Reproducible from Blank

Bug Report Code (Required)

IT40kc/c5a1Ox8wC+6jQS+54hgQkJ1A7U7kzq8FBaCosfZT2BLMcec/RVERBZNylYGN+OU2jo2oW0Nrlv9mWO/AVORSdbt1e/rpicg3LUnKlMLKRFJWgWn98GflVFX3D1ru7oh1QANBiLkYs31+HNeu/EzfcNJDFPmowDq/LZO4=

Visual documentation

The images were included in the bug description, since they are in sequence with the problem

Environment

- FlutterFlow version: FlutterFlow v5.0.9+ released October 25, 2024
- Platform: Web
- Browser name and version: Microsoft Edge Version 130.0.2849.56 (Official build) (64-bit)
- Operating system and version affected: Windows 11 Version 24H2 (OS Build 26100.2161)

Additional Information

This issue started randomly in this project and is heavily affecting our ability to deliver functionality, since we now have the constant chore of going into the Custom Data Types to change the name back and forth just to be able to keep working on the project.

Alezanello commented 3 weeks ago

Hello!

Thanks for your report, So sorry you are experiencing this issue. I was not able to reproduce this on a blank project, but it is replicable on yours. That's why I'm suspecting this is a project-specific issue and our support team is our best chance to get it solved. Do you mind following up with them? You can do that either by email: support@flutterflow.io or using the in-app chat inside of FlutterFlow.

If you were able to reproduce this on a blank project as well, please let us know and provide the bug code of that project.

Thanks so much!

aculebrasj commented 2 weeks ago

Happening to me as well

carlosmachina commented 2 weeks ago

Happening to me as well

I've reached the support team as per @Alezanello instructions on Thursday (Oct/31), still waiting to hear from them. If they provide me with any meaningful information, I will update this issue.

carlosmachina commented 2 weeks ago

Happening to me as well

Unfortunately the support team sent the issue back to some tech teams and the SLA is currently Who Knows!?

github-actions[bot] commented 1 week 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.

aculebrasj commented 1 week ago

It's crazy that this still isn't solved!

tiagosilveiransj commented 1 day ago

I'm facing the same issue, but I'm using a datatype that belongs to a project library.

tiagosilveiransj commented 1 day ago

On my case it seems to be an issue on FF Code Analyzer, since the intelissense is working. I checked the option to "Exclude from compilation" and everything works fine for now.