Accelerator via Docker - cant login to dashboard

Hello,

I installed the latest accelerator docker image on my Synology NAS for the first time. Before I was running the regular installer package on a windows machine without any issues.

I added a dashboard user account via terminal. The accelerator default ports were already in use, so I changed the local port of container port 80 and 10080. Accessing the dashboard and connecting via editor works fine, however, logging in into the dashboard from my PC does not. It just puts me into an endless login loop - any tips?

Edit today I also spotted two error logs (probably a different issue?):

2022-01-23 18:14:55 stdout {“level”:“warn”,“ts”:“2022-01-23T18:14:55.436Z”,“msg”:“standardClient.Do error”,“agent_id”:“unitytechnologies-accelerator1_id”,“agent_name”:“unitytechnologies-accelerator1”,“component”:“pubnubVersionOnly”,“subprocess_id”:4,“method”:“POST”,“target”:“https://accelerator.cloud.unity3d.com/api/v1/accelerator/refresh_channel_access",“error”:"Post "https://accelerator.cloud.unity3d.com/api/v1/accelerator/refresh_channel_access\”: dial tcp: i/o timeout",“will retry after”:“1s”}
2022-01-23 17:37:37 stdout {“level”:“error”,“ts”:“2022-01-23T17:37:37.674Z”,“msg”:“Failed to Post Cache Metrics to CDP.”,“agent_id”:“unitytechnologies-accelerator1_id”,“agent_name”:“unitytechnologies-accelerator1”,“component”:“metrics_uploader”,“subprocess_id”:3,“error”:“Post "https://prd-lender.cdp.internal.unity3d.com/v1/events\”: context deadline exceeded (Client.Timeout exceeded while awaiting headers)"}

It seems to have timed out calling https://prd-lender.cdp.internal.unity3d.com/v1/events

Can you verify that you can reach there from where you are running the accelerator?

Hi kirkchen,

I cannot reach it, not even from my PC - but also this seems to be for unity tracking purposes? I’m not too concerned about that, my main issue is that the accelerator portal puts me in an endless login loop. I can see the metrics on the portal perfectly fine, just the login doesnt work.

You should be able to curl https://prd-lender.cdp.internal.unity3d.com/ -v and see a 200.
Maybe there is a firewall blocking it somewhere.

Alternatively, maybe turning it off may help. In accelerator.cfg file, set “CDPOptIn” to false.

I am able to reach that URL from my docker image (had to install curl first). CDPOptIn was already set to false.

Unfortunately, dashboard login still doesn’t work. Sidenote: I do not need/use the collaborate part, just using it as an asset cache on the LAN.