I (and presumably everyone who has tried to deploy recently) encountered the problem that the version numbers being assigned to new deployments are too large for the 32-bit INTs being used to store them in the "global" table. From my observation, the result is that any new deployment prevents anyone from loading a table for that game (including reloading ongoing games).
The PHP log reports something like
Out of range value for column 'global_value' at row 1 - Request: UPDATE global SET global_value='2201010404' WHERE global_id='300'
According to the conversation on the developer Discord channel, a message has been sent to admins.
Happy new year
The PHP log reports something like
Out of range value for column 'global_value' at row 1 - Request: UPDATE global SET global_value='2201010404' WHERE global_id='300'
According to the conversation on the developer Discord channel, a message has been sent to admins.
Happy new year