Search Unity

Remote Config is down ?

Discussion in 'Unity Remote Config' started by Kobald-Klaus, Jul 23, 2021.

  1. Kobald-Klaus

    Kobald-Klaus

    Joined:
    Jun 20, 2014
    Posts:
    127
    All requests of my app run into the 10 seconds timeout since at least today!!!!
    When I increase the timeout in the debugger, the server sends this answer after a while:
    Code (JavaScript):
    1. {
    2.     "analytics": {
    3.         "enabled": true
    4.     },
    5.     "connect": {
    6.         "limit_user_tracking": false,
    7.         "player_opted_out": false,
    8.         "enabled": true
    9.     },
    10.     "performance": {
    11.         "enabled": true
    12.     },
    13.     "dynamic": {
    14.         "coreBusinessMetrics": {
    15.             "enabled": true,
    16.             "timeToWaitForUserInfoS": 60
    17.         },
    18.         "analytics": {
    19.             "shouldCollectAutomation": true,
    20.             "timeToWaitForUserInfoS": 60
    21.         }
    22.     }
    23. }
    That seems wrong to me. Shouldn´t there be the settings data?
     
  2. JeffDUnity3D

    JeffDUnity3D

    Joined:
    May 2, 2017
    Posts:
    14,446
    We had a brief delay in the service, it's working now.
     
    tagh likes this.
  3. Kobald-Klaus

    Kobald-Klaus

    Joined:
    Jun 20, 2014
    Posts:
    127
    ok. yes I see.
     
    tagh likes this.