Hello, I have a problem when a person registers with a steam account
I access the managers by nginx proxy
it redirects me to steam from the site in localhost
“https://site.test/openid/login?openid.ns=http://specs.openid.net/auth/2.0&openid.realm=http://localhost:8773&openid.return_to=http://localhost:8773/championship/ID…”
it gives me an error 404 page not found
thank you
Hi,
I think there are two potential causes of this, first could you check your config.yml for ACSM and make sure that the server_manager_base_URL is set correctly? It should be the base URL of your manager, for example https://opengt3.assettocorsaservers.com/.
If that seems to be set correctly then my next thought would be an issue with the proxy configuration, we do have a guide for this here:
It might be worth giving that a read to see if there’s anything you have missed in your setup.
Thanks!
Hi,
Thanks for your help,
I solved the problems