I added a few feed to FreshRSS and configured the Readable extension. I'm hoping it will show the full text from the HTML version of the article in FreshRSS when the RSS feed only contains a short description. I'm not sure what I'm doing wrong - or if I don't understand how it works.
docker-media# docker compose ps
NAME IMAGE COMMAND SERVICE CREATED STATUS PORTS
freshrss freshrss/freshrss:latest "./Docker/entrypoint…" freshrss 13 hours ago Up 13 hours 80/tcp
rss-fivefilters-1 heussd/fivefilters-full-text-rss:latest "docker-php-entrypoi…" fivefilters 13 hours ago Up 13 hours 80/tcp
rss-merc-1 wangqiru/mercury-parser-api "dumb-init -- npm ru…" merc 13 hours ago Up 13 hours 3000/tcp
rss-read-1 phpdockerio/readability-js-server "docker-entrypoint.s…" read 13 hours ago Up 13 hours
Clik here to view.

Clik here to view.

But, for example with this article I'm only seeing the small description from the RSS feed. This article was loaded before the Readable extension was configured. Do I need to clear a cache or something?
Image may be NSFW.Clik here to view.

I don't see any relevant logs from any of the three containers:
docker-media# docker logs rss-fivefilters-1
AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 192.168.128.2. Set the 'ServerName' directive globally to suppress this message
AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 192.168.128.2. Set the 'ServerName' directive globally to suppress this message
[Thu Jan 23 09:12:33.362984 2025] [mpm_prefork:notice] [pid 1] AH00163: Apache/2.4.25 (Debian) PHP/5.6.40 configured -- resuming normal operations
[Thu Jan 23 09:12:33.363007 2025] [core:notice] [pid 1] AH00094: Command line: 'apache2 -D FOREGROUND'
docker-media# docker logs rss-merc-1
> mercury-parser-api@1.0.0 start
> node index.js
🚀Mercury Parser API listens on port 3000
docker-media# docker logs rss-read-1
2025-01-23T09:12:33: PM2 log: Launching in no daemon mode
2025-01-23T09:12:33: PM2 log: App [Readability server:0] starting in -cluster mode-
2025-01-23T09:12:33: PM2 log: App [Readability server:0] online
2025-01-23T09:12:33: PM2 log: App [Readability server:1] starting in -cluster mode-
2025-01-23T09:12:33: PM2 log: App [Readability server:1] online
2025-01-23T09:12:33: PM2 log: App [Readability server:2] starting in -cluster mode-
2025-01-23T09:12:33: PM2 log: App [Readability server:2] online
2025-01-23T09:12:33: PM2 log: App [Readability server:3] starting in -cluster mode-
2025-01-23T09:12:33: PM2 log: App [Readability server:3] online
2025-01-23T09:12:33: PM2 log: App [Readability server:4] starting in -cluster mode-
2025-01-23T09:12:33: PM2 log: App [Readability server:4] online
[2025-01-23T09:12:34.518Z] Readability.js server v1.7.2 listening on port 3000!
[2025-01-23T09:12:34.553Z] Readability.js server v1.7.2 listening on port 3000!
[2025-01-23T09:12:34.557Z] Readability.js server v1.7.2 listening on port 3000!
[2025-01-23T09:12:34.571Z] Readability.js server v1.7.2 listening on port 3000!
[2025-01-23T09:12:34.629Z] Readability.js server v1.7.2 listening on port 3000!
There are also no relevant logs in the Logs section of FreshRSS.