Importing/Exporting failed “Something Bad Happened“

Q: Date/Time this occurred (Provide your time zone also)
A: 8th April 2026

Q: DevKinsta Version
A: 2.1.3.6

Q: OS Version
A: macOS Tahoe 26.4

Q: Docker Desktop Version
A: v4. 68.0

Q: Were any error codes or messages observed? If so, what were they?
A: Importing/Exporting failed “Something Bad Happened“

Q: Detailed Description of the Problem
A: When Importing/Exporting failed “Something Bad Happened“ error appears. When I had sites downloaded to DevKinsta opening them changed them to Custom Sites and was unable to login.

I’ve also tried a complete deletion and reinstallation of both DevKinsta and Docker. Also tired an older version of Docker. All started after the most recent Docker update.

After a recent Docker Desktop update on macOS, DevKinsta is no longer mounting the site files correctly inside the containers.

Docker itself is working as expected — all containers (nginx, fpm, db, etc.) are running successfully — however, the WordPress site directory is not being mounted (the /app path is missing entirely in the nginx container).

As a result, NGINX has no site files to serve and the site returns a 404 error.

Recreating sites does not resolve the issue, and inspecting the container shows that only partial mounts exist (e.g. /www/kinsta/public, /kinsta, etc.), but no mount for the actual application root.

This suggests a compatibility issue between DevKinsta and the current Docker Desktop configuration (possibly related to VirtioFS, file sharing, or the VM backend introduced/changed in the recent update).

Hello LeeKIJO :waving_hand:

I just updated docker to 4.68.0 and tested, I’m able to replicate the error. We might need a while to check what’s going on.

Thank you for reporting this :folded_hands:

Hi Valdimar,

Thank you. I also tried uninstalling Docker 4.6.8.0 and reinstalling prior versions. The same error appeared. Both applications have full access etc so it isn’t a permissions problem.

I’m having the same issue on Windows 11 Version 10.0.26200 (same versions of Docker and DevKinsta.)

Hi @sarahRosannaBusch,

Thank you for reaching out to us, and welcome to the community forums. I am sorry to hear you are also experiencing this issue. We are continuing to investigate into the root cause of this issue since the Docker update.

However, if you could direct message me the main.log file from your DevKinsta installation that may help provide us more details about the cause of the issue. This information will help us during our investigation.

You may find this log file under %userprofile%\AppData\Roaming\DevKinsta\logs on Windows.

Looking forward to hearing from you!

Hi @sarahRosannaBusch ,

Thank you for direct messaging me with the main.log file from your DevKinsta installation. After reviewing the log I am seeing an error indicating the following issue:

Error (1): UERROR 1045 (28000): Access denied for user ‘root’@‘localhost’ (using password: YES)

This is indicating that the password being used to establish a connection to the database by the root user maybe out of sync.

We have seen this issue occur before, and do have steps you may try to resolve it. Below is a link to a post from my colleague, Vladimir, that goes step by step about how to reset this password:

Please let us know if this helps resolve the issue for you.

If you do continue to experience any issue however please don’t hesitate to let us know. We are standing by and happy to further assist you.

Hi Andrew,

I am still unable to download any sites locally via DevKinsta. Docker 4.6.9.0

This worked. Thanks for you help!

@LeeKIJO

I am sorry to hear that you continue to have such issues. I checked the most recent main.log file you shared with Andrew and saw this specific error message. The solution that Andrew shared above typically fixes such an error.

[2026-04-10 13:16:16.738] [error] [ipcMainStep] Error in operation SITE_CREATION, step database: Error: Error (1): UERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)

Could you please share the latest main.log again? I would like to check if the database access error persists or if there’s a new issue causing the Pull site action to continue failing.

(main.log redacted)

Hi Adrian, please find attached the main.log.

Anything else please let me know.

Hi Adrian,

I have tried uninstalling both DevKinsta and Docker a few times now and keep getting the same Something Bad Happened error message

I am continuing to see this database access error in the main.log, which I think is what’s causing that “Something Bad Happened“ error.

[2026-04-14 08:41:15.963] [error] Error - DK0051: DELETE_SITE_DATABASE: Error (1): UERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)

Can you please try the steps that Vlad has provided on this other thread here one more time?

Hi Adrian,

Neither part 1 or 2 worked. After changing the password in step 3 it now works again!

What is odd is I only performed a updated to Docker last week. No other changes were made.

Thank you
Lee