Live Links Stopped Working after Upgrade to Mac OSX Tahoe 26.0.1

What issue or error are you experiencing?

Live Links result in the follow error after attempting to enable on any website:

Error: read ECONNRESET
at AxiosError.from (/Applications/Local.app/Contents/Resources/app.asar/node_modules/axios/dist/node/axios.cjs:857:14)
at RedirectableRequest.handleRequestError (/Applications/Local.app/Contents/Resources/app.asar/node_modules/axios/dist/node/axios.cjs:3169:25)
at RedirectableRequest.emit (node:events:518:28)
at eventHandlers. (/Applications/Local.app/Contents/Resources/app.asar/node_modules/follow-redirects/index.js:49:24)
at ClientRequest.emit (node:events:518:28)
at emitErrorEvent (node:_http_client:104:11)
at TLSSocket.socketErrorListener (node:_http_client:518:5)
at TLSSocket.emit (node:events:518:28)
at emitErrorNT (node:internal/streams/destroy:170:8)
at emitErrorCloseNT (node:internal/streams/destroy:129:3)
at Axios.request (/Applications/Local.app/Contents/Resources/app.asar/node_modules/axios/dist/node/axios.cjs:4258:41)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)


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

Attempting to enable Live Link on any website.


System Details

  • Local Version: 9.2.8

  • Operating System (OS) and OS version: Mac OSX Tahoe 26.0.1


Local Logs

Attach your Local Logs here (Help Doc - Retrieving Local’s Log)


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.

local-logs.zip (2.8 MB)

Hi @KillerDesigner!

This usually means Local is being prevented from making a connection.

Are you using any developer applications?

Do you have any security features that could be limiting Local?

Is this an employer issued device or are you on an employer network?

Hey Nick!

Thanks for getting back to me. Yes, I am using a variety of dev apps (Docker, nodes, ngrok, others) however, these have by and large been installed well before this issue. That said, I recently installed OpenMTP for Android File Transfers and AnyDroid, but also uninstalled both.

What should I be looking for specifically? Some service or port?

Steve

When you updated @KillerDesigner, did you get a prompt about checking whether you are on the Intel or Apple Silicon version of Local? Can you check and see which you’re using?

Not sure which update you’re referring to. For Mac OSX Tahoe, I wasn’t asked, but my system is Intel-based and running fine. I haven’t recently been prompted to update Local, but in my effort to troubleshoot I downloaded local-9.2.8 for Intel, and reinstalled it. Didn’t change anything.

Steve

Sorry you can disregard that, I misunderstood an entry I saw in your Local Logs.

Going back to a potential port conflict issue, you could try these steps to investigate that further:

  • Stop all sites that are running in Local

  • Force quit Local

  • (If using Mac) Run the command lsof -nP -iTCP -sTCP:LISTEN

What you’ll be looking for here is to see when sites are stopped and Local is properly shut down if there are still programs running on ports 80 and 443. These may be conflicting with Local or the system may be reporting Local is still running.

Once you run that command you should see a list of listening ports. If you see a particular program making use of those ports, you can then kill that process by running sudo kill -9 XXX where XXX is the PID number of that process. (On Windows you will use taskkill /F /pid XXX where XXX is the PID number of that process)

Keep us posted and we’d be happy to help further!

Howdy again, Nick,

Thanks for the troubleshooting steps. I did all of that - no ports 80 or 443 after steps 1-3. However, after restarting Local, there are multiple instances of nginx using both (see attached). Attempted Live Links with only 1 site running - no deal.

With all of your sites stopped and other apps shut down, if you create a new, blank site in Local and try to enable Live Links for that install does it work @KillerDesigner or give the same error?

No sir, it does not. Is there a way to bulk export sites so I can uninstall then reinstall, or do I have to do them one-by-one via Cloud Backup?

Steve

We don’t have a bulk export option @KillerDesigner however we do have a simple Export option in the UI to create a zip backup that you could move to your desktop or own Cloud storage as well. It would still have to be done site by site but might actually be faster than using the Cloud option for exporting and importing as long as you have the space.

  • Once you have everything exported we have some MacOS specific uninstall steps here: Uninstall Local - Local

  • Then you can manually install the latest version of Local on this link: Releases - Local

  • Once installed, please restart the computer.

  • When the computer is restarted and turned on, close any applications that automatically run in the background (AntiVirus, Firewall, and other Developer applications included).

  • Check and see if the issue still persists. If so, please provide us with an updated log: Retrieve Local’s Log File - Local