Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Accelerator via Docker - cant login to dashboard

Discussion in 'Unity Accelerator' started by Falondrian, Jan 22, 2022.

  1. Falondrian

    Falondrian

    Joined:
    Nov 1, 2017
    Posts:
    73
    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)"}
     
    Last edited: Jan 23, 2022
  2. kirkchen

    kirkchen

    Unity Technologies

    Joined:
    May 18, 2018
    Posts:
    18
  3. Falondrian

    Falondrian

    Joined:
    Nov 1, 2017
    Posts:
    73
    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.
     
  4. kirkchen

    kirkchen

    Unity Technologies

    Joined:
    May 18, 2018
    Posts:
    18
    You should be able to
    Code (Boo):
    1. 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.
     
  5. Falondrian

    Falondrian

    Joined:
    Nov 1, 2017
    Posts:
    73
    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.