Skip to content

Compilation errors of "Target of URI doesn't exist" or certain classes/types not recognized. #5999

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
1 of 2 tasks
benttropy opened this issue Jun 13, 2025 · 3 comments
Open
1 of 2 tasks
Assignees
Labels
status: not a bug This is not a bug.

Comments

@benttropy
Copy link

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

I have run into these dependency issues with errors of "Target of URI doesn't exist", or certain classes not being identified with errors like "Undefined name 'FirebaseFunctions', etc. The images of the errors attached.

FF version: 6.0.14
Flutter: 3.27.3

Things were working very fine until last week. I have been having these issues the past few days this week.

Expected Behavior

Should compile without issues.

Steps to Reproduce

In custom code "ignoreOccInvite" here https://app.flutterflow.io/project/gorb1-zm1emp?tab=customCode&customCodeTab=actions, an attempt at compiling fails with the said errors.

There were many other custom actions which were giving similar errors. I deleted them all. Cleared cache, rewrote this minimal custom action, restarted my laptop (doesnt make sense I know), but trying to compile gives the same error.

Reproducible from Blank

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

Bug Report Code (Required)

ITEekcmBw5ZhpbwG1qn+dcFajQMxQUB+bZ0vlO1FGE4jfZTrOrQMeffEaXdeYNezTFZAD1agkn0C7tLmiobpLPUCYDWYfYd607t6WA3yRlulV7WbC7mWWXZAGcZPf36a4KSFnhBTLupoZUZg73GLcq3qNleeY8aSfxBlZ7vfcPo=

Visual documentation

Image
Image

Environment

- FlutterFlow version: 6.0.14
- Flutter: 3.27.3
- Platform: Windows 11
- Browser name and version: Chrome & opera (latest)

Additional Information

I wonder if this is similar to #5948 (#5948)

@benttropy benttropy added the status: needs triage A potential issue that has not been confirmed as a bug. label Jun 13, 2025
@Alezanello Alezanello self-assigned this Jun 13, 2025
Copy link
Collaborator

Hi there!

I just checked your project—the issue is still present in the action noted in both the logs and the FlutterFlow UI Builder.

I recommend downloading the project code so you can test and debug it locally. Once you’ve made the necessary updates, you can re-upload it to FlutterFlow.

image.png

image.png

@Alezanello Alezanello removed the status: needs triage A potential issue that has not been confirmed as a bug. label Jun 13, 2025
@Alezanello Alezanello added the status: not a bug This is not a bug. label Jun 13, 2025 — with Linear
@benttropy
Copy link
Author

benttropy commented Jun 14, 2025

Thanks @Alezanello .

I am sorry I don't know enough about coding & flutter system to debug this locally.
Also, isn't the app code that I am building via the FF UI, all run on FF servers? So isn't the issue somewhere in the config or setup on bubble?

Could you please guide me to pointers on how do I debug this locally?

On downloading as well, I see the same errors in the VS error terminal.

@benttropy
Copy link
Author

Some of my older version code has firebase path as:

import '/flutter_flow/flutter_flow_theme.dart';

The new one has:
import 'package:ff_theme/flutter_flow/flutter_flow_theme.dart';

So, some config/settings update has happened recently?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: not a bug This is not a bug.
Projects
None yet
Development

No branches or pull requests

2 participants