Can't install or import a site: "Something bad happened"

Apologies if this has been solved elsewhere, but I didn’t see a clear resolution on the other threads I found here. I am running:

MacOS: 26.2 (25C56)
DevKinsta: Version 2.13.6 (2.13.6.9096)
Docker: 4.60.1 (218372)

I am brand new to Kinsta coming over from Flywheel, for what that’s worth. Previously worked with their Local tool for local dev. I need to get this set up ASAP because I have a site I need to develop and deploy from local. Any help is appreciated.

Hi @heyderek

I’m sorry to hear that you’re experiencing these issues. If there is no active local site running on your DevKinsta, it may be easier to reset DevKinsta by deleting all associated containers in Docker Desktop. You can follow the steps provided by my colleague in this similar thread: Kinsta Community Thread.

If the problem persists, please send us the main.log file from DevKinsta so we can investigate further.

Thank you!

@heyderek Thank you for sharing your main.log file via direct message. I reviewed it and identified an error entry that appears to be causing the “Something bad happened” issue.

[2026-02-12 17:14:18.302] [error] [ipcMainStep] Error in operation SITE_CREATION, step database: Error: Error (1): UERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES

To resolve this, can you try the solution here: Something bad happened: in create new site - #23 by dgilfillan

You can also try this solution here: Error: Something bad happened - when trying to import site from myKinsta - #15 by VladimirM

Well, we’re getting somewhere. I can create a new install now, but when I try to import from remote, I get the following. The error code says it’s an unstable internet connection, but I’m not having any other problems in that regard.

Can you please send me via private message again the updated main.log file and the domain of the Kinsta site that you’re trying to pull?

Thanks!

@heyderek

I am showing this database error in the latest main.log file you shared. I also checked the site that you’re trying to pull and I don’t see any issue on the remote site.

274 [2026-02-17 17:50:01.329] [error] Error - DK0066: IMPORT_DB_DUMP: Error (1): CERROR 2005 (HY000): Unknown MySQL server host 'devkinsta_db' (-2)
275     at /Applications/DevKinsta.app/Contents/Resources/app.asar/main.prod.js:2:764805
276     at tryCatch (/Applications/DevKinsta.app/Contents/Resources/app.asar/main.prod.js:8:1843893)
277     at Generator.<anonymous> (/Applications/DevKinsta.app/Contents/Resources/app.asar/main.prod.js:8:1845538)
278     at Generator.next (/Applications/DevKinsta.app/Contents/Resources/app.asar/main.prod.js:8:1844442)
279     at asyncGeneratorStep (/Applications/DevKinsta.app/Contents/Resources/app.asar/main.prod.js:8:1836779)
280     at _next (/Applications/DevKinsta.app/Contents/Resources/app.asar/main.prod.js:8:1836999)
281     at processTicksAndRejections (node:internal/process/task_queues:95:5)

I am not sure if you have already tried this, but can you delete any pending or stuck pull action in DevKinsta and start a new pull?

Yes, I am deleting from what I can tell. When it gives me the error, I hit cancel and it starts the process of deleting and asks me for my admin password.

I tried again with a smaller, simpler site. Same result.

Could you please confirm whether you removed the DevKinsta folder at the following location when you uninstalled both DevKinsta and Docker Desktop? It is important to remove this folder before reinstalling the applications, as it contains the config.json file, which holds the database password that may cause conflicts.

/Users/<yourusername>/Library/Application Support/DevKinsta

Yes, I can confirm that file was removed. In fact, I went ahead and removed everything, then did a clean install. After walking through your colleague’s steps here, I was able to get back to where I can create a clean WP install, but can’t import. Now, when I try to import, I’m getting a DK0029 error. Sending you my most recent logs now.

Hi @heyderek, thank you for the update.

Would you be able to share the recent logs with me or @jackirish for review? Adrian is currently unavailable as of the moment.

We’ll wait for your update so we can proceed with checking this further.