FlutterFlow / flutterflow-issues

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

Can't Push to Repository (Github) #4612

Closed sockpapi closed 3 weeks ago

sockpapi commented 4 weeks ago

Can we access your project?

Current Behavior

when I push my code to github, I am getting this error (this happens on mulitple FF apps)

Screenshot 2024-10-22 at 8 05 29 PM

Expected Behavior

Steps to Reproduce

  1. Push to Github

Reproducible from Blank

Bug Report Code (Required)

IT5fhsmAsJJPrttG0LruY+9VpCYXJlw5bedIjuxAEBAaB5vqOqQIYs7Rbk1JYsOGdwlIJFmj8XgK0qHIvdr1EsddOkysQ4Ne+MxuYAziQj+VRYyJC6WKX2ttO5phC0PD056wmA9dA7BqLlZk6ly6C+uRfBHsJbLuIFg3RcqYKp/IkWCULA7BMiZFxmNecCfn

Visual documentation

here is a loom video of me trying to push to github and screenshot of the console log and network.

https://www.loom.com/share/4452164d024d4ad0ba6ff223fed5336e?sid=97fd7833-9399-47ba-bb31-d34309583ca4

Screenshot 2024-10-24 at 9 55 23 AM Screenshot 2024-10-24 at 9 55 19 AM Screenshot 2024-10-24 at 9 54 57 AM

Environment

- FlutterFlow version: FlutterFlow v5.0.8 released October 22, 2024
- Platform: Webapp and Mac App
- Browser name and version: Google Chrome Version 130.0.6723.60 (Official Build) (arm64)
- Operating system and version affected: Mac OS Sequoia 15.0.1 (24A348)

Additional Information

This is happening on multiple projects: Project ID: roofquotes-homeowner-app-w3fphh Project ID: rq-partner-app-p2bwbm

Alezanello commented 4 weeks ago

Hello!

I didn’t find any issues in your code. I was able to download and compile it without any problems. Are you still experiencing the error on your end?

finallyfit commented 3 weeks ago

I'm experiencing the same exact issue with my project. Widgets that haven't been touched in months are suddenly failing and preventing a push to GitHub. It's completely random.

It's completely random, too. I had a ToggleIcon widget that failed, so I replaced that with a regular icon. A few hours later, that icon widget failed, so I replaced it with a ToggleIcon, and now it works fine again.

sockpapi commented 3 weeks ago

Hey @finallyfit ,

I solved it by:

  1. Disconnecting to repo
  2. Deleting repo from GitHub
  3. Create repo in GitHub (same name)
  4. Reconnecting flutter flow
  5. Push repo
finallyfit commented 3 weeks ago

@sockpapi you're awesome, thank you for letting me know! I'll do this next time I encounter this error. Much appreciated!

EDIT: it happened to me again. Just based on this instance, it seems that disconnecting the repo from FlutterFlow then reconnecting it seems to get rid of the issue. No need to delete the repo on GitHub. Will report again if it comes up.