Skip to content

Chrome Preview fails to compile due to generated Supabase/PostgREST compatibility error #7402

Description

@Busstopspassengers

Can we access your project?

  • I give permission for members of the FlutterFlow team to access and test my project for the sole purpose of investigating this issue.

Current Behavior

FlutterFlow AI test and project validation pass, but Chrome Preview fails during Flutter compilation and the app cannot launch.
A clean regeneration reproduces the same issue.
The generated generic Postgres/Supabase code references missing SupabaseStreamFilterBuilder / SupabaseStreamBuilder types and generates a PostgrestQueryBuilder call incompatible with postgrest 2.4.2.
Checks already completed:
Custom functions/actions/widgets: 0
Custom project pub dependencies: 0
No custom package is forcing an incompatible PostgREST version
Clean regeneration reproduces the failure
FlutterFlow validation passes, but interactive Chrome Preview cannot compile
I have not manually modified the generated files because they may be regenerated. Please investigate the FlutterFlow-generated Postgres/Supabase backend code compatibility.

Expected Behavior

Chrome Preview should compile and launch successfully using FlutterFlow-generated Supabase/PostgREST code after project regeneration.

Steps to Reproduce

Open the existing FlutterFlow project.
Run FlutterFlow AI test/project validation. Validation passes.
Launch Chrome Preview.
Flutter compilation fails before the application starts.
The generated generic Postgres/Supabase code reports missing SupabaseStreamFilterBuilder / SupabaseStreamBuilder types.
The generated PostgrestQueryBuilder call is incompatible with postgrest 2.4.2.
Perform a clean regeneration/build.
Launch Chrome Preview again.
The same generated-code compilation errors occur.

The project has 0 custom functions/actions/widgets and 0 custom project pub dependencies, so no custom package appears to be forcing the incompatibility.

Reproducible from Blank

  • The steps to reproduce above start from a blank project.

Bug Report Code (Required)

IT4Wls/qxItPxd9G176JbvpagiovJj8hU403mMN+UQgaF4jpO7YPXfikSEpWZ9+kTHxcL1mggnE0zPCLvdnqA+UoPTKCc4A9+ZZAZRbjQk6iRbnTBqmKdEFQQOlJJVyv4J2nnBZvAMtvSEI+2WGuCty8bBbDO7q0OTIZOuaKGLP7n1WqQ0SLb3kNh1JWeC/v

Visual documentation

Image

Chrome Preview fails during Flutter compilation before the app launches. FlutterFlow AI test and project validation pass, but interactive Preview cannot start.
The diagnostic results identify FlutterFlow-generated Supabase/PostgREST compatibility errors involving:
SupabaseStreamFilterBuilder / SupabaseStreamBuilder
PostgrestQueryBuilder incompatible with postgrest 2.4.2
A clean regeneration reproduces the same issue. There are no custom functions, custom widgets, custom actions, or custom project dependencies causing the conflict.
Screenshots are attached showing the diagnostic results and compilation issue.

Environment

- FlutterFlow version: 
- Platform:
- Browser name and version:
- Operating system and version affected:

Additional Information

No response

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions