Can't update field data in version 3.6.5

System Information
  • Strapi Version: 3.6.5
  • Operating System: AWS Linux 2
  • Database: MySQL
  • Node Version: 14.21.3
  • NPM Version: 6.14.18
  • Yarn Version: 1.22.19

I have encountered a strange error when deploying to the production environment. I added some new fields locally and pushed them to the staging environment for testing, and they were able to update the data normally. However, when I pushed to production, I couldn’t update the values of those new fields, while the old fields could still be updated normally.
Furthermore, on the production environment, there is a success notification when attempting to update the fields.
Has anyone encountered this error before? Please help me. I greatly appreciate it!!!

Are there any differences between the environments?

Are they all using the same database (sqlite, PostgreSQL etc)?

Are you running multiple instances in production versus others? Are they all updated to the latest version of Strapi?

Are you starting Strapi with develop or start in all environments? Have you tested start locally and in staging?