-
Notifications
You must be signed in to change notification settings - Fork 6
Description
I followd the guide on page https://github.com/startersclan/asp/tree/master/docs/full-bf2-stack-example on docker environment. The bf2stats site works fine and system test all passed. When i try to create account on Battlefield 2 client, the game close authomatically without any error
This is the output of container prmasterserver
`[2025-11-01 21:24:59.082] [ServerReport] Loading mod whitelist
[2025-11-01 21:25:09.074] [ServerReport] Removing old server at: 172.18.0.3:29900
[2025-11-01 21:25:51.207] [Login] [Client] New Client: 172.18.0.1:46916
[2025-11-01 21:25:51.209] [Login] [Client] Sent 38 byte response to: 172.18.0.1:46916
[2025-11-01 21:25:51.227] [Login] [Client] Received login query from: 172.18.0.1:46916
[2025-11-01 21:25:51.264] [Login] [Client] Sent 153 byte response to: 172.18.0.1:46916
[2025-11-01 21:25:51.275] [Login] [Client] Received getprofile query from: 172.18.0.1:46916
[2025-11-01 21:25:51.275] [Login] [Client] Sent 228 byte response to: 172.18.0.1:46916
[2025-11-01 21:25:51.280] [Login] [Search] New Client: 172.18.0.1:57000
[2025-11-01 21:25:51.290] [Login] [Search] Received nicks query from: 172.18.0.1:57000
[2025-11-01 21:25:51.294] [Login] [Search] Sent 48 byte response to: 172.18.0.1:57000
[2025-11-01 21:25:51.301] [Login] [Search] New Client: 172.18.0.1:57002
[2025-11-01 21:25:51.311] [Login] [Search] Received check query from: 172.18.0.1:57002
[2025-11-01 21:25:51.311] [Login] [Search] Sent 27 byte response to: 172.18.0.1:57002
`
This is output of traefik container
`time="2025-11-01T21:19:58Z" level=info msg="Configuration loaded from flags."
time="2025-11-01T21:19:58Z" level=error msg="Could not define the service name for the router: too many services" providerName=docker routerName=asp-asp-bf2web
time="2025-11-01T21:19:58Z" level=error msg="Could not define the service name for the router: too many services" providerName=docker routerName=asp-phpmyadmin-http
time="2025-11-01T21:19:58Z" level=error msg="Could not define the service name for the router: too many services" providerName=docker routerName=asp-phpmyadmin
time="2025-11-01T21:19:59Z" level=error msg="Could not define the service name for the router: too many services" providerName=docker routerName=asp-phpmyadmin-http
time="2025-11-01T21:19:59Z" level=error msg="Could not define the service name for the router: too many services" providerName=docker routerName=asp-phpmyadmin
time="2025-11-01T21:19:59Z" level=error msg="Could not define the service name for the router: too many services" providerName=docker routerName=asp-asp-bf2web`