Description
Quick summary
After a recent WP Studio update, syncing across multiple computers using a shared cloud folder (Dropbox) is broken. Previously, I could switch between my work and home computers seamlessly, but now saved changes are stored differently in the WP Studio database, causing broken links and missing resources. This results in ERR_CONNECTION_REFUSED errors and prevents assets from loading. The issue has persisted across multiple updates.
Steps to reproduce
Steps to Reproduce:
- Set up WP Studio with a Local Host stored in a shared cloud folder (e.g., Dropbox).
- Open the project on Computer A (e.g., at work) and make changes to a file in MyPlugin.
- Save the file and confirm that the changes appear correctly in WP Studio.
- Close WP Studio on Computer A and let Dropbox sync the changes.
- Open WP Studio on Computer B (e.g., at home) and load the same project.
- Notice that the changes are not reflected correctly, and some files appear out of sync.
- Inspect the browser console and observe multiple ERR_CONNECTION_REFUSED errors related to missing resources (CSS, JS, etc.).
- Try to access the affected admin pages, and notice broken styles and scripts, with errors like Uncaught ReferenceError: wp is not defined.
What you expected to happen
What I Expected to Happen:
I expected WP Studio to continue syncing correctly across my two computers using the shared cloud folder (Dropbox). When making changes to a file in MyPlugin on Computer A, saving it, and allowing Dropbox to sync, I expected:
- The same changes to appear correctly when opening WP Studio on Computer B.
- The project files and WP Studio database to remain consistent across both computers.
- No broken links or missing resources when accessing the admin pages.
- No ERR_CONNECTION_REFUSED errors preventing styles and scripts from loading.
Previously, WP Studio handled this setup without issues, ensuring that both computers stayed fully in sync.
What actually happened
After saving changes in MyPlugin on Computer A, the updated files synced through Dropbox, but WP Studio did not reflect them correctly when opening the project on Computer B. Instead:
- Some files appeared out of sync or were not updated properly in WP Studio on Computer B.
- The database in WP Studio seemed to store files differently, leading to inconsistencies.
- Stylesheets and scripts failed to load, causing missing resources and broken layouts.
- Console errors like ERR_CONNECTION_REFUSED appeared for multiple assets, including CSS and JS files.
- Some admin pages became inaccessible or displayed Uncaught ReferenceError: wp is not defined.
These issues persist even after restarting WP Studio and resyncing the cloud folder. The problem did not exist before the update.
Impact
One
Available workarounds?
Yes, difficult to implement
Platform
No response
Logs or notes
No response