502: API Services rejected request with error. HTTP 503 (Service Unavailable)

Has anyone been getting this issue?
I didn’t change anything in my code and it randomly just started popping up.

game.Players.PlayerAdded:Connect(function(plr)
	local character = plr.CharacterAppearanceLoaded:Wait()
	
	local success, data = pcall(function()
		return charData:GetAsync(plr.UserId)
	end)
end)

Nevermind I guess this was a studio bug because it just fixed by itself?

Noticed this in my live game as well - caused some serious breakage… maybe it was an outtage in roblox services? Was looking around for an official notice of service interruption but havent found anything yet :thinking:

I’m pretty sure most Roblox’s services are going down right now as there’s a huge data store outage right now. Alongside this morning Marketplace service and badgeservice kept erroring.

Yes, Roblox is currently have a datastore issue and it is still ongoing.

All Datastores should be back up now!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.