Thanks Innyvinny. That video also fixed a different but similar issue for me. I actually needed to change that value in the settings page from “localhost” to the actual url. That video also gave the information I needed in case I messed up typing in the correct url, which thankfully I did not do.
If anyone else is curious why I needed to do that, it’s because my wordpress site was not loading on any other computer other than the web server.
I was able to resolve this issue after several hours of scratching my head. I changed the “localhost” setting in the wp-config.php file to 127.0.0.1 and it starting working right away.
This issue is now resolved.