Skip to content

Create Document fails silently despite correct setup #6406

@noteletics

Description

@noteletics

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

When a user types into a TextField, the On Change action triggers a Create Document call for the 'notes' collection. This action fails silently without any error. The document is never created in Firestore, and the 'notes' collection is not visible in the Firebase console.

This only happens for the 'notes' collection. Creating documents in other collections (e.g., 'Users', 'Trainingspane') works perfectly fine.

Expected Behavior

When the Create Document action is executed, a new document should be successfully created in the 'notes' collection in Firestore. The text from the TextField should be saved.

Steps to Reproduce

  1. Go to the page 'TestseitemitNotizen'.
  2. Log in as any user.
  3. Type any text into the note's TextField inside the 'NotizfreiComponent'.
  4. Wait for the On Change action to trigger
  5. Check the 'notes' collection in the Firebase Console.
  6. Observe that no document has been created.

Reproducible from Blank

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

Bug Report Code (Required)

IT4kismB24x2rt9A7c71bflomj8RKUAgTLJEpu0bWUkbGO/4BKQIOczRYlVWTbGzaH1He1G0gkYJ+NaMkuLIU/UqYDmYc6V81sxpEBPPbD2gVJClErW0RXBPGeVbJ0PF5MCFrQlQXc10W1ok72WUBenLZz6Cf9qOYwx5e6fDbOY=

Visual documentation

Image

Environment

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

Additional Information

I'm making a training diary APP and someone should write their personal note about the training in the note field. Only he should see this, everyone in the group can see the training plan.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions