Can't push to Flywheel

What issue or error are you experiencing?

Push to Flywheel does not complete


What steps can be taken to replicate the issue? Feel free to include screenshots, videos, etc

Every time that I try to push to Flywheel, the upload gets hung up and will stay in the same loading state and not complete the upload.

I’ve tried to fix it by doing the following:

  1. Exporting all sites
  2. Deleting all sites
  3. Deleting Local app from machine
  4. Deleting Library > Application Support > Local and Local by Flywheel (assuming the legacy version)
  5. Computer restart
  6. Re-install Local (Version 9.0.4+6699)
  7. Re-install site (only the site I was trying to push) via previously exported ZIP with Preffered settings
  8. Re-logged into Local and Flywheel account

I’ve done this several times with no luck


System Details

  • Local Version:
    Version 9.0.4+6699
  • Operating System (OS) and OS version:
    Mac Sonoma 14.5 (23F79)

Local Logs

Attach your Local Logs here (Help Doc - Retrieving Local’s Log)
local-lightning.log (374.2 KB)


Security Reminder
Local does a pretty good job of scrubbing private info from the logs and the errors it produces, however there’s always the possibility that something private can come through. Because these are public forums, always review the screenshots you are sharing to make sure there isn’t private info like passwords being displayed.

Hi @tripod0502

I’m seeing some port conflict messages in your logs. Do you have any antivirus, security, or firewall applications that could be blocking Local? It looks like from the log it might be having trouble connecting.

More details about troubleshooting this here: Router Mode

Are you running other developer applications simultaneously? That could also cause similar issues. Apps like MAMP, XAMPP, or Docker for example.

I’m also sending you a DM to gather some other Flywheel specific details

1 Like

Could you also give me the URL or install name for your Flywheel site? That way I can take a look at it from our end and see if anything else is amiss.

It’s strange…no VPN, no anti-virus, no firewalls…just out there raw-doggin’ the internet. I’m not running any other local hosts either.

Hey…I really appreciate the help! The Flywheel site that I’m trying to connect to is (DM). It’s in privacy mode in FW but, does that matter?

You’re right, Privacy Mode shouldn’t matter for Local Connect jobs.

The FW site is on PHP 8.2, but the Local preferred setting is 8.1. So, if your Local site is mismatched, could you try making sure that it is aligned? You might even do a reimport, use the custom settings and make sure your WP and MySQL versions match (6.5.5 and 5.7, not 8.0 on the MySQL since FW still is on 5.7).

Also do you know how large the site you’re trying to push up is?

The sire is 420MB…not too heavy.

I exported the site and reimported into Local with your suggested custom settings. But, then I have been getting port errors. I’ve tried falling back to localhost in Router Mode settings, restarting Local, and changing back to Site Domains, only to get the same errors.

Can you kill off processes by running sudo kill -9 XXX ? (XXX is the PID number of that process)

Or have you tried just doing a full reboot yet?

I’ve done a couple of reboot. After the last reboot, I tried killing Google, Figma, and Adobe while running Local. Here are the results:

(DM)

Then, I closed Local. Here are the results:

(DM)

So weird…just fired Local back up and still getting port issues. I’ve been running Local exclusively for several years. I’ve run into issues but, not anything this bad.

Are you having any issues opening, accessing, using the site? Or is it just when you try to use Local Connect it won’t sync?

With all the export/restart/reinstall fun…I’ve been wrestling with SSL and Router Mode stuff all morning.

Just tried to push with the same results.

No offense to your help and generosity but, this seems to happen with every Local update. I feel cursed…ha! About to just call it a day and figure something else out.

error.log (86.4 KB)
local-lightning.log (648.3 KB)

I can raise everything up to the Local devs for some further investigation here, but in the interest of getting things working for you quickly you could utilize the WPE/FW migration plugin as a workaround for now to get the site up to Flywheel:

Awesome…thank you! I’ll give it a shot.

Sorry to be such a pain in the *ss. Have a great weekend!

1 Like

Hey @tripod0502! Just following up here to see if you were able to get your site migrated to Flywheel or move the files up manually?

Hey! I hope you had a great 4th of July holiday. I was able to upload the site to FW with the plugin you suggested but, Local is still hanging up.

Hey @tripod0502

{"class":"FlywheelPushService","level":"error","message":"1271311922432:error:100003fc:SSL routines:OPENSSL_internal:SSLV3_ALERT_BAD_RECORD_MAC:../../third_party/boringssl/src/ssl/tls_record.cc:592:SSL alert number 20\n","thread":"main","timestamp":"2024-06-26T17:28:26.854Z"}

This error in the logs is standing out which isn’t one we are very familiar with. Checking around the webs, it seems like it could be an issue with the SSL installation on your computer. Do you know if you ever installed a version of OpenSSL with Homebrew or something similar in the past?

Nope…clean machine. I did a search just to make sure. Local is the only localhost or SSL I have on this machine. Total noob question…is there a terminal command I can do to double check?

Also, with the migration plugin, I keep getting the following error:
http_request_failed: cURL error 52: Empty reply from server

You could try running openssl version in terminal

Were you attempting a new migration? You mentioned previously you were able to get the site up with it right?

Thanks! It came back as “LibreSSL 3.3.6”

In regard to the migration, I was able to push to FW a couple of times but, I was getting the cURL error intermittently but, now it’s not letting me push at all via the migration plugin. I’ve tried restarting Local and my machine. I’ve also made sure that all plugins were the same versions on both sides.

Okay thank you @tripod0502! Could you share another full Local Log here for us? That way we can do some comparisons?

Sure thing! Just tried to push so there’s a recent entry from today.

local-lightning.log (751 KB)

error.log (434 KB)