Text Description field is not taking input in production for some reason. Locally everything works in both development and production configuration

It seems like you’re encountering an issue with your Strapi and Next.js deployment where the long text fields are not accepting input and saving the data properly. Here are some concise troubleshooting steps for resolving the issue with long text fields not accepting input and saving data properly in your Strapi and Next.js deployment:

1- Check field configurations in Strapi to ensure they are set correctly.
2- Verify content type permissions for user roles accessing the content manager.
3- Inspect API request payload to ensure text data is sent correctly.
4- Verify the database connection between Strapi and your database.
5- Clear cache and rebuild your production build.
6- Check server logs for any error messages.
7- Test in a different environment to narrow down the issue.
8- Update dependencies, including Strapi and Next.js.
9- Seek assistance from the developer community if the issue persists.