System Information
- Strapi Version: 4.8.2
- Operating System: ubantu
- Database: better-sqlite3
- Node Version: 18.12.1
- NPM Version: 8.19.2
- Yarn Version: -
I created a Single type collection and added 500 entries to it and it is working fine. However, after that addition of 501 th entry is not getting saved. It shows the error as “Warning: Request failed with status code 500”.
Can remove one entry and add a new but the total count can not be more than 500 entries.
JFI my strapi admin page URL is : domain.com/admin/content-manager/singleType/api::entry
Thanks in Advance.