As of around three months ago (or more), the data store in my game stopped functioning. During that time, the game was not updated. Upon investigation, one of my data stores seems to be unavailable specifically for the published place. It is important to note, that I have three separate data stores, and only one is nonfunctional. I have copied the game’s exact code into a new place and uploaded it separately, and the code works fine. Instead of a typical red error, the code below returns plain text that reads, "502: API Services rejected request with error. HTTP 503 (Service Unavailable) Instance ".
Looking through prior bug reports, I found this post, which discusses the same error; however, the issue was supposedly resolved. Allow HTTP Requests and Enable Studio Access to API Services are both enabled in the game. Unfortunately, I am unable to provide a reproduction file, as the issue only occurs within the specific place.
Edit: Game hyperlink does not seem to be working, so here is a direct link:
Data store should be accessible and return the saved data.
Actual Behavior
Data store service is unavailable, and data cannot be retrieved.
Issue Area: Engine Issue Type: Other Impact: High Frequency: Constantly Date First Experienced: 2022-03-18 00:03:00 (-04:00) Date Last Experienced: 2022-06-02 00:06:00 (-04:00) A private message is associated with this bug report
I am unable to reproduce the issue in other places either; however, all current data saved in the data store is not retrievable and therefore nontransferable.
To update anyone who may experience this issue in the future, this turned out to be a result of an internal error. My data store was somehow overridden by the error produced. Should this happen to anyone else, it is recommended to use data versioning to revert to an earlier version before it is lost forever.