Open AdiPathak97 opened 2 months ago
To debug this you'll need to do those
scripts/nginx.sh
file, replace the last line with sleep infinity
.env
filedocker compose exec -it nitter bash
/etc/nginx/conf.d/nitter.conf
file and validate its content (I guess your RSS password contains special characters that cause nginx to not parse correctly)
Followed the instructions here, but didn't add Instance RSS password at first in the
.env
file, due to which Nitter container kept exiting with an error. Fixed that to find it still kept exiting, here are the logs:I couldn't check the created
nitter.conf
file in the container because it keeps crashing. Any help would be highly appreciated!Edit: Tiny detail I forgot to mention which may be relevant, I am using Podman instead of Docker, but
podman compose
usesdocker compose
under the hood. I find it unlikely for that to be the issue, but mentioning it for the sake of completeness.