I am trying to set up Modx using my localhost MAMP pro and connecting it to the database using Sequel Pro. I followed these directions in this video
https://www.youtube.com/watch?v=QeWcpYlX5Bg which are pretty much the same directions that are posted on the website here
https://rtfm.modx.com/revolution/2.x/getting-started/installation/basic-installation and everything works great up until I login. I am taken to the login screen but when I put in my credentials, I expect to be taken to the dashboard but instead am taken me to an error page that says:
The grizzly page isn’t working
grizzly didn’t send any data.
ERR_EMPTY_RESPONSE
I can go to the regular localhost page (http://grizzly:8888/) and it tells me "Congratulations you downloaded ModX" but when I go to http://grizzly:8888/manager it takes me to the error page again and doesn't even give me the login option anymore. I have tried multiple times but get the same results every time. Any suggestions?