When TypeORM generates hash-based aliases, the resulting alias can start with a digit (0-9). This creates invalid SQL identifiers that cause syntax errors when used in raw queries. Generated aliases ...
When editing a document with JSON-type fields in Strapi v5's admin panel and clicking "Save", the system fails to properly serialize JSON data during submission. This causes the backend to generate ...