Unable to connect to specific wifi network

I finally found what was causing the issue for this.

I'm not 100% sure why it worked since I didn't notice the same issue as the individual who asked this question, but it worked for me.

Edit the NetworkManager.conf file

vim /etc/NetworkManager/NetworkManager.conf

and disable random MAC addressing by adding these lines to the bottom of the file:

[device]
wifi.scan-rand-mac-address=no

Then, save the file, and restart the network-manager

sudo service network-manager restart

This worked for me.