I am trying to use publish/save/publishTopic open cloud services provide by roblox. It use to work a few days ago, but recently it started to give me 500 internal errors… Not sure why, nothing has changed and was wondering if it was a Roblox issue?
[Symbol(kOutHeaders)]: [Object: null prototype] {
accept: [ 'Accept', 'application/json, text/plain, */*' ],
'content-type': [ 'Content-Type', 'application/json' ],
'x-api-key': [
'x-api-key',
'my-actual-api-key-not-to-be-shared'
],
'user-agent': [ 'User-Agent', 'axios/0.26.1' ],
'content-length': [ 'Content-Length', 27 ],
host: [ 'Host', 'apis.roblox.com' ]
},
[Symbol(kUniqueHeaders)]: null
},
data: { Error: 'Internal', Message: 'Failed to publish message.' }
},
isAxiosError: true,
toJSON: [Function: toJSON]
}
The same happens with a curl command…
