You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a feed with over a thousand items but when I scroll down and press the “Mark as read” button, it fails with the following error:
{"status":"Internal Server Error","code":500,"text":"Fatal error: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini.","level":0}
We should probably send the request as application/json instead of application/x-www-form-urlencoded.
The text was updated successfully, but these errors were encountered:
I have a feed with over a thousand items but when I scroll down and press the “Mark as read” button, it fails with the following error:
We should probably send the request as
application/json
instead ofapplication/x-www-form-urlencoded
.The text was updated successfully, but these errors were encountered: