Forum Discussion
Graph API get private channel connected site url failing
prashantguptag , This is a known issue at our end. We are working on it. We will let you know once the fix will be rolled out.
Trinetra-MSFT Good to know. Thanks.
Is there any place where do you follow these issues and report the fix for e.g. in github?
- Trinetra-MSFTFeb 27, 2020Former Employee
prashantguptag , We are tracking this bug internally. We will let you once it is fixed.
- tioisApr 20, 2020Copper Contributor
Trinetra-MSFT I get this error since Thursday, April 16th 2020 when trying to create a private channel in a team with the beta API. My code was working fine until then. Now I get a 502 Bad Gateway with «Error processing backend request.» error message :
Server error: `POST https://graph.microsoft.com/beta/teams/{my-team-id-is-here}/channels` resulted in a `502 Bad Gateway` response: { "error": { "code": "BadGateway", "message": "Failed to execute backend request.", "innerError": { "request-id": "2ceece83-e3ff-455d-bc7b-b82f5454269f", "date": "2020-04-17T12:45:12" } }The JSON data posted :
displayName = "Private Channel Test" membershipType = "private" description = "Test"
Any update about this problem would be appreciated. I also opened a StackOverflow issue : https://stackoverflow.com/questions/61272195/microsoft-graph-502-bad-gateway-failed-to-execute-backend-request-when-creatin?noredirect=1#comment108444350_61272195
- Ben HattonJun 07, 2020Copper Contributor
tiois Trinetra-MSFT Hi, as of today, I can read channels ok with a get, including private channels, but I cannot add members to a private channel using either POST to graph api or powershell. Output is a 502 BadGateway.
Private channels are in high demand in university classes to be able to organise team assignments. This worked at the start of the year, but is not working now.
 
 - prashantguptagMar 09, 2020Brass Contributor
Trinetra-MSFT any updates on this?