DataStoreService: OperationNotAllowed: Data Store operations blocked while running on a Personal RCC to prevent possible data corruption

Hello, earlier today, my game has been hit with a lot of datastore related errors, specially this one:
DataStoreService: OperationNotAllowed: Data Store operations blocked while running on a Personal RCC to prevent possible data corruption. API: UpdateAsync, Data Store: UnifiedRELEASE-1_0

this is my experience: game link

I dont know what that error means to be honest, no idea why I am getting this + to make it worse I have no idea if it have made players lose their data.
I am using profile service, I dont know if that has something to do


it peaked and then suddenly dropped.

Also had this between 23:20-23:30 (GMT+1)


The current player data system, which uses an exponential backoff (3 attempts with 10s and 30s delays), only generates warnings after all retry attempts have failed. Also affected my leader selection as I couldn’t subscribe to topics, this has the same exponential backoff.