Q: Date/Time this occurred (Provide your time zone as well)
A: N/A
Q: DevKinsta Version
A: 2.13.4
Q: OS Version
A: Windows 11 23H2
Q: Docker Desktop Version
A: 4.36.0
Q: Were any error codes or messages observed? If so, what were they?
A: Multiple errors; details are provided below.
Our agency is transitioning to Kinsta from Flywheel/WP Engine. While the hosting itself and support have been excellent—far superior to WP Engine—DevKinsta has been problematic from the start. I’ve encountered issues consistently, preventing me from completing the most basic workflow of pulling a website from Kinsta, working on it locally, and pushing changes back to Kinsta. Not once has this workflow succeeded entirely without failure, forcing me to find alternative methods. This has been the case across multiple websites.
I understand that some of these issues might not be directly related to DevKinsta itself, but they appear tied to it, as I don’t encounter these problems with WP Local (using the same websites).
Here are the current issues I’m facing that currently make DevKinsta unusable:
Error #1
This occurred with a fresh WordPress project featuring a custom theme. It’s a standard setup using Vite for bundling. When running Vite commands (vite build
or vite build --watch
), I encounter this error:
error during build:
Could not resolve entry module "index.html".
at getRollupError (file://wsl.localhost/docker-desktop-data/data/docker/volumes/DevKinsta/public/cqsepe/wp-content/themes/cqsepe/node_modules/vite/node_modules/rollup/dist/es/shared/parseAst.js:396:41)
at error (file://wsl.localhost/docker-desktop-data/data/docker/volumes/DevKinsta/public/cqsepe/wp-content/themes/cqsepe/node_modules/vite/node_modules/rollup/dist/es/shared/parseAst.js:392:42)
at ModuleLoader.loadEntryModule (file://wsl.localhost/docker-desktop-data/data/docker/volumes/DevKinsta/public/cqsepe/wp-content/themes/cqsepe/node_modules/vite/node_modules/rollup/dist/es/shared/node-entry.js:20109:20)
at async Promise.all (index 0)
The commands work without issue on WP Local and outside of DevKinsta. If I copy the project files from DevKinsta to my desktop, the commands execute successfully. This suggests an issue with DevKinsta itself.
Error #2
This occurred with a fresh WordPress install using a different theme that utilizes Gulp. Similar to Error #1, it works on WP Local and outside of DevKinsta but fails within DevKinsta.
Error: File not found with singular glob: //wsl.localhost/docker-desktop-data/data/docker/volumes/DevKinsta/public/basecampconnect/wp-content/themes/base-camp/assets/src/scss/main.scss (if this was purposeful, use `allowEmpty` option)
at Glob.<anonymous> (\\wsl.localhost\docker-desktop-data\data\docker\volumes\DevKinsta\public\basecampconnect\wp-content\themes\base-camp\node_modules\glob-stream\readable.js:84:17)
at Object.onceWrapper (events.js:421:26)
at Glob.emit (events.js:314:20)
at Glob.EventEmitter.emit (domain.js:483:12)
at Glob._finish (\\wsl.localhost\docker-desktop-data\data\docker\volumes\DevKinsta\public\basecampconnect\wp-content\themes\base-camp\node_modules\glob\glob.js:195:8)
at done (\\wsl.localhost\docker-desktop-data\data\docker\volumes\DevKinsta\public\basecampconnect\wp-content\themes\base-camp\node_modules\glob\glob.js:180:14)
at Glob._processSimple2 (\\wsl.localhost\docker-desktop-data\data\docker\volumes\DevKinsta\public\basecampconnect\wp-content\themes\base-camp\node_modules\glob\glob.js:686:12)
at \\wsl.localhost\docker-desktop-data\data\docker\volumes\DevKinsta\public\basecampconnect\wp-content\themes\base-camp\node_modules\glob\glob.js:674:10
at Glob._stat2 (\\wsl.localhost\docker-desktop-data\data\docker\volumes\DevKinsta\public\basecampconnect\wp-content\themes\base-camp\node_modules\glob\glob.js:770:12)
at lstatcb_ (\\wsl.localhost\docker-desktop-data\data\docker\volumes\DevKinsta\public\basecampconnect\wp-content\themes\base-camp\node_modules\glob\glob.js:762:12)
Performance Issues
In addition to the above errors, DevKinsta is extremely slow on Windows. This includes:
- Navigating the website
- Searching files
- Running basic commands like
npm install
and resource bundling
These tasks are noticeably faster on WP Local and outside of DevKinsta.
We’ll leave it at that for now to keep things simple. I hope these details help in diagnosing these issues. If needed, I can provide repositories, set up staging environments, or perform any other steps to assist in resolving this.
Thank you in advance for your help! This is critical for our daily workflow and I don’t want to be forced to move 300+ websites to another hosting because of DevKinsta alone.