When attempting to query the graph API for groups, I keep getting an HTTP 500 response with the following json response:
{"odata.error":{"code":"Directory_ReplicaUnavailable","message":{"lang":"en","value":"The preferred replica is unavailable. Please retry without any session key header."}}}
Has anyone seen this and know of possible solutions? I believe the auth token is ok since other requests (even this one) will randomly succeed. I also am not setting a session key header as the error suggests.