I followed the guide for Nitter only. I can access http://localhost:8080; however, when I try to view any user's tweets, Nitter displays "User not found".
I can't see anything in the logs:
$ sudo docker compose -f docker-compose.nitter.yml up --scale nitter-auth=0
[+] Running 2/0
✔ Container freebird-nitter-nitter-redis-1 Created 0.0s
✔ Container freebird-nitter-nitter-1 Created 0.0s
Attaching to nitter-1, nitter-redis-1
nitter-redis-1 | 1:C 03 Mar 2024 01:18:14.215 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
nitter-redis-1 | 1:C 03 Mar 2024 01:18:14.215 # Redis version=6.2.14, bits=64, commit=00000000, modified=0, pid=1, just started
nitter-redis-1 | 1:C 03 Mar 2024 01:18:14.215 # Configuration loaded
nitter-redis-1 | 1:M 03 Mar 2024 01:18:14.216 # Server initialized
nitter-redis-1 | 1:M 03 Mar 2024 01:18:14.216 # WARNING Memory overcommit must be enabled! Without it, a background save or replication may fail under low memory condition. Being disabled, it can can also cause failures without low memory condition, see https://github.com/jemalloc/jemalloc/issues/1328. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect.
nitter-redis-1 | 1:M 03 Mar 2024 01:18:14.216 # Done loading RDB, keys loaded: 7, keys expired: 0.
nitter-1 | Starting Nitter at http://nitter
nitter-1 | Connected to Redis at nitter-redis:6379
I followed the guide for Nitter only. I can access http://localhost:8080; however, when I try to view any user's tweets, Nitter displays "User not found".
I can't see anything in the logs: