System Information
- Strapi Version: v4.7.1
- Operating System: MAC
- Database: MySql
- Node Version: v14.20.1
- NPM Version: 6.14.17
- Yarn Version
Some of the PUT API calls are returning a 403 Forbidden error. Previously, these calls were working fine, but the issue suddenly occurred. It seems that this error only happens with large request payloads, as other PUT calls with smaller payloads are functioning properly. I have already granted full public permission for that API, but the error persists.
Please assist to fix this error.
Thank you.