Getting 500 Internal Server Error when accessing 22222

I have installed easyengine on ubuntu on DO. I have successfully installed wordpress with redis cache and its running perfectly fine.

Now I have installed phpmyadmin via

ee stack install --phpmyadmin

Now when I visit mydomain:22222/db/pma, I am greeted with HTTP auth which is cleared and then I get a 500 Internal Server Error

How can I solve this issue?

Hi! Could you post any related entries showing in your error.log and in vhost 22222 error.log files? You can find these files unter /var/log/nginx/

Thanks!

Have you tried to uninstall it then re-installing it?

ee stack remove --phpmyadmin

ee stack install --phpmyadmin

or just install the bundle: ee stack install --admin