Some records have trailing spaces in the name/key field for player saves/data. When deleting records, the backend presumably trims spaces before performing the lookup on the database, resulting in an inability to find the offending records.
[ ] Identify whether it is possible to create records with trailing spaces, or if the offending records are only from old migrated data.
[ ] Either adjust the controller routes to avoid trimming spaces, or modify all records that have a trailing space.
Some records have trailing spaces in the name/key field for player saves/data. When deleting records, the backend presumably trims spaces before performing the lookup on the database, resulting in an inability to find the offending records.