PHPStorm Deployment does not upload via VPN
Answered
If i try to create and deploy files from remotesite via PHPStorm IDE, files does not uploaded.
But when i create a file in Remotebrowser directly files saved on remotesite.
I'm working with VPN Tunnel.
Please sign in to leave a comment.
Hello,
There may indeed be issues with deployment caused by VPN usage, such as the one described here.
Could you please confirm if disabling the VPN resolves the issue?
This do not describe and handle my problem.
If i create a file in the IDE with the Remote Host viewer, it created on remote side.
If i will create it localy on my side an after save and deploy manualy the file is not on remote site.
I can explore the remote files and read it as well.
2025-07-22 18:20:56,512 [1092747] INFO - #inline.prompt.log - InlinePromptListener is installed to editor=EditorImpl[file:///Users/xxx/xxx/xxx/trunk/zz.php]
2025-07-22 18:21:15,147 [1111382] INFO - #c.i.w.i.i.j.s.JpsGlobalModelSynchronizerImpl - Saving global entities com.intellij.platform.workspace.jps.entities.SdkEntity to files
2025-07-22 18:21:15,147 [1111382] INFO - #c.i.w.i.i.j.s.JpsGlobalModelSynchronizerImpl - Saving global entities com.intellij.platform.workspace.jps.entities.LibraryEntity to files
2025-07-22 18:21:15,224 [1111459] INFO - #c.i.a.o.PathMacrosImpl - Saved path macros: {}
2025-07-22 18:21:17,285 [1113520] INFO - #c.i.w.i.i.j.s.JpsGlobalModelSynchronizerImpl - Saving global entities com.intellij.platform.workspace.jps.entities.SdkEntity to files
2025-07-22 18:21:17,286 [1113521] INFO - #c.i.w.i.i.j.s.JpsGlobalModelSynchronizerImpl - Saving global entities com.intellij.platform.workspace.jps.entities.LibraryEntity to files
2025-07-22 18:21:44,970 [1141205] INFO - #c.i.w.i.i.j.s.JpsGlobalModelSynchronizerImpl - Saving global entities com.intellij.platform.workspace.jps.entities.SdkEntity to files
2025-07-22 18:21:44,970 [1141205] INFO - #c.i.w.i.i.j.s.JpsGlobalModelSynchronizerImpl - Saving global entities com.intellij.platform.workspace.jps.entities.LibraryEntity to files
Please perform the following for further investigation:
1. Enable additional debugging.
For this, go to Help | Diagnostic Tools | Debug Log Settings and add the two lines below there:
2. Restart PhpStorm.
3. Create a file locally, and try to deploy it to the remote server.
4. Collect and upload logs from Help | Collect Logs and Diagnostic Data to https://uploads.jetbrains.com/.
5. Let me know the upload ID and the name of the file that was used for testing.
Upload ID: 2025_07_22_GVCPDw8JPWh7fQLWgBWf5M
I'm so stupid.
I checked the mappings in Deployment Configuration. There was a mistake in Path. I took a directory upper than i needed.
You can mark this Ticked as solved.
Glad to hear that the root cause of the issue has been found! 🙂
For a moment, you made me doubt the logs, as they only confirmed the successful transfer of a file: