I had a requirement to rename my mac homefolder, however now when I try to run: ddev start I'm getting the following error (which is pointing to the older homefolder name gregmercer):
~/Desktop/ddev/locals/gsb-3/public-website (develop) $ ddev start
Starting gsb-d8...
Using custom nginx configuration in /Users/gmercer/Desktop/ddev/locals/gsb-3/public-website/.ddev/nginx_full/nginx-site.conf
Custom configuration takes effect when container is created,
usually on start, use 'ddev restart' if you're not seeing it take effect.
Failed to open /Users/gregmercer/Library/Application Support/mkcert: open /Users/gregmercer/Library/Application Support/mkcert: no such file or directory
I've tried upgrading ddev, but that didn't seem to help. I've run mkcert -install, and run mkcert -CAROOT. The last command seems to show the correct path to my newly named homefolder gmercer
~/Desktop/ddev/locals/gsb-3/public-website (develop) $ mkcert -CAROOT
/Users/gmercer/Library/Application Support/mkcert
At this point I'm not sure what to try. Any ideas?
Your mkcert CA has been orphaned.
Please try mkcert -uninstall
and then mkcert -install
Then edit or remove the existing mkcert_caroot
in your ~/.ddev/global_config.yaml