Alexandre Alapetite
Alexandre Alapetite
What database? New install or updated from older version?
Please try with a new user or with a DB exported by `./cli/export-sqlite-for-user.php` SQLite does not support updates of columns: https://github.com/FreshRSS/FreshRSS/blob/8280e3d88edb93211fcf2aec15a7b4c1ae4d3813/app/SQL/install.sql.sqlite.php#L111-L112 But I can see that I have not added...
> SQLite does not support updates of columns: For reference https://www.sqlite.org/lang_altertable.html#making_other_kinds_of_table_schema_changes
With https://github.com/FreshRSS/FreshRSS/pull/6387 , there is now an easier method to back-up all users and restore all users, which can also be used to migrate database. In the case of SQLite,...
A test with a copy of the SQLite file with which you observe the `UNIQUE constraint failed` would be perfect
You could consider writing to aav.org to ask them to remove the JavaScript filter on their RSS feeds, which effectively prevent them from working...
Contributions to rewrite the update code welcome https://github.com/FreshRSS/FreshRSS/issues/3670
Hello, As the message says, you need to make sure your are forwarding the HTTP header `X-Forwarded-Proto`. To debug such things, see my message on a similar issue https://github.com/FreshRSS/FreshRSS/issues/7254#issuecomment-2614316251 See...
Please post a screenshot of the received HTTP headers in phpinfo, your docker-compose config, and a copy of the log errors
The date used to purge articles is the date when articles were discovered, not their declared date, by design