Original Post — Direct link

Hello All (Again),

I am having a weird issue. When my players or myself try to click on the "Ballot box" on right hand side of the screen. It will ask if you want to open a web browser. When they click "yes" nothing happens. Below is a sample of my configuration file.

My Network.ECO config looks like this:

IPAddress : "172.16.20.2" ,

"RemoteAddress : "HTTP://(Mydomainname).com ,

"WebServerURL" : "HTTP://(MydomainName).com ,

"GameServerPort" : 3000 ,

"WebServerPort" : 3001 .

More information below but not relevant except for maybe:

UpnPEnabled : False (Don't need this if ports are forwarded manually i believe)

Anyone know what this could be? I know my setting are as correct as when i type (MyDomainName):3001 it works. The only issue that way is steam is not passing user credentials meaning they cannot vote.

External link →
over 2 years ago - /u/SLG-Dennis - Direct link

RemoteAddress may not include http and should include port, WebServer URL needs http and should include port:

"RemoteAddress": "gs1.play.eco:3030",

"WebServerUrl": "http://gs1.play.eco:3031",