My branch is stuck, all commits are failing and merge is broken

Troubleshooting

I have a branch that I have been working on for a long time, it has around ~1 month of features inside of it. Earlier today when I tried to commit my latest changes I instantly get the error: "Failed to save commit".

This means that my branch is stuck. I tried to merge it into master, but I am not able to as it prompts me to commit my latest changes, and then I get the same error "Failed to save commit".

Has anyone else experienced something similar? I don't understand why it should not be possible to add an additional commit.

Note: Recently when I updated Flutterflow I started receiving a notification that my branch was stale (older than 7 days). This started appearing around a week ago. I only had a few days work left on the branch, so there was not much I could do about it at this point. Understanding Git this should not impact the performance of a commit or merge, since I have at most changed a few thousand lines of code under the hood. I hope that this is unrelated from my issue.

What have you tried so far?

I have tried the following:

  1. Create a commit -> Fails

  2. Try to merge into Main -> Fails because I need to commit

  3. Create a new branch from my existing branch -> Fails because I need to commit

  4. Using branch history. If I click "View commit" on my previous commit it crashes with the error "Error loading commit". In the top right corner I get the error: "Project name cannot be empty"

It seems that Flutterflow might have some underlying problems that have broken all of my branches. I have a lot of work in my branch that I would like to merge into main, and this is a critical bug that needs to be resolved.

Did you check FlutterFlow's Documentation for this topic?
Yes
4
4 replies