Hey there, I was checking to see if my issue with the new Roblox Cloud API documentation is a bug or something I am doing wrong when querying the endpoint.
So basically, I am writing a JavaScript application that sends a fetch request to the legacy route:
https://apis.roblox.com/legacy-groups/v1/groups/17276476/audit-log
I have attached the x-api-key header to the request with my Roblox cloud API token; however, the endpoint decides to respond with:
Error: no healthy upstream
Now I don’t know if this is an error clause and I am triggering it, or if I am sending data incorrectly to the endpoint.
I have successfully sent requests to the cloud endpoints; however, these legacy endpoints decide to respond with this error message. The API key provided in the headers has permission for the legacy groups API as well as read and write permissions for that specific permission group.
Any support would be much appreciated, have been searching about this error for some time now, however I have had no success in finding information specific to the Roblox platform, only information specific to the error message which tells me that it would have to do with something internally in the Roblox API, however I can not see Roblox not knowing about this error.
Thank you,
TwoBrake