Version: 0.42.4 Validation: 1.93.1 Date: b1e87884330fc271d5eb589e368c35f14e76dec0 Electron: 2024-10-29T17:17:29.347Z ElectronBuildId: 30.4.0 Chromium: undefined Node.js: 124.0.6367.243 V8: 20.15.1 Operating System: 12.4.254.20-electron.0
I have been using Cursor in the paid version for a year to produce Laravel. Therefore, I have a bunch of development extensions, along with an SFTP extension that allows me to upload my changes directly to my remote FTP server when I make modifications.
Everything worked well until about 2 or 3 months ago, I can’t pinpoint exactly when it started.
Anyway, since that time, in a completely random way, saving via SFTP no longer works. I can go one or two days without being able to make any remote connection to my FTP server using SFTP.
This problem drives me crazy.
When it happens, I perform the following checks:
- Connecting via a classic FTP client (like FileZilla) from my workstation, the connection and upload work fine.
- Since I use a VPN, I make sure that neither my personal IPv4 nor my VPN IPv4 are blacklisted.
- I obviously check that I am connected to the internet from Cursor (I query an AI).
- I restart my computer, but the problem still persists.
- tryed also reinstall, recreate profile from scratch
Then, at some point, for no apparent reason, it starts working again.
For instance, I could edit for 30 minutes without any issue, and suddenly it stops working.
On the FTP server side, I see these logs:
Wed Nov 13 15:29:53 2024 [pid 2377922] CONNECT: Client "45.80.*.*"
Wed Nov 13 15:29:53 2024 [pid 2377922] FTP response: Client "45.80.*.*", "220 FTP server ready"
On the Cursor side:
[11-13 15:30:44] [error] Error: Timeout while connecting to server
at Timeout._onTimeout (c:\Users\user\.cursor\extensions\liximomo.sftp-1.12.10\dist\extension.js:70:110631)
at listOnTimeout (node:internal/timers:573:17)
at processTimers (node:internal/timers:514:7) download c:\Users\user\anonymized_path\resources\views\livewire\profile\update-password-form.blade.php
It’s just unbearable…