When trying to use the OpenCloud API on a specific DataStore inside my game, the request errors with a status of 500 and the message {code: 2, message: "Exception was thrown by handler."}. This makes it impossible to use the API.
This also happens in the Data Stores Manager inside Creator Hub, I am unable to view these keys.
This could be due to the fact that I compress data with a custom algorithm, stored as a string.
This can be reproduced by trying to get this key, using the DataStore API:
- Universe ID: 5791970028
- Data Store: DNS
- Entry: z4.rbx
- Full URL: https://apis.roblox.com/cloud/v2/universes/5791970028/data-stores/DNS/entries/z4.rbx
Expected behavior
The API request should succeed and provide the key’s content.
