Got server running, but how do I join?
tadhgboyle opened this issue · 1 comments
tadhgboyle commented
Hey
bored from isolation, so wanted to give this a spin.
I have everything installed and working fine but when i navigate to localhost:6114 it loads forever.
I had to install mysql-connector-python
in order to avoid this error "mysql.connector.errors.NotSupportedError: Authentication plugin 'caching_sha2_password' is not supported" from Database.py, so I see the Connection Successful message in console.
I can see my GET request logged in console but nothing happens.
What must I do?
Thanks
tadhgboyle commented
im stupid.
was connecting to localhost:6114 not localhost in browser. thanks