Player CMD Resending Constantly on Room Creation

Options

So whenever I try to create a room, the menu goes into my loading screen and then it would stay there constantly. The OnCreatedRoom() wasn't called for some reason and I've checked the code ten times and there's nothing wrong with my code. I went to the PhotonServer settings asset and found out that photon kept resending a command or a prompt to the server, which is always timing out. This happened on whatever regions I choose and it always seems to be timing out that prompt, which lead to the OnCreatedRoom() not being called for some reason. Is there any solution to this problem?

PS. The resending debug.log stopped after "Times out after 3520" and the OnCreatedRoom() callback was never called.