readrops / Readrops

Android multi-services RSS client
GNU General Public License v3.0
251 stars 19 forks source link

Freshrss 500 error #170

Closed Patriot2407 closed 1 year ago

Patriot2407 commented 1 year ago

Trying to simply login to test out my freshrss in this app, and I get 500 error

Patriot2407 commented 1 year ago

Works fine in easyrss, and I am logging in using base url, not /API , also navigating to base url/API shows all checks passed for both fever and greader

Patriot2407 commented 1 year ago

And yes I am logging in using API token, not password

Patriot2407 commented 1 year ago

I figured it out. Apparently the app makes a huge query to the server, and the php-fpm couldn't handle with default memory setting, so I edit /data/php-local.ini to set memory limit to 500MB and it resolved.