-
How do I enable avatars for annonymous comments? I want avatars to get generated for new comments. Currently it seems I get no avatars. I've read the docs but nothing detailing how to add avatars. This is my backend config minus url, secret and site:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
There is nothing specific you should do to allow avatars for anonymous comments. I believe you have "not found" for all the avatars, not just anonymous ones. The reason is likely incorrect volume mapping, reverse proxy setup, or FS permissions. If you open the console (in your browser), you can see some details about failed calls, which will help to clarify what's going on. Another relevant piece of information - how exactly do you run the backend? Is it a dockerized setup? If so, show the docker-compose.yml or make sure you mapped |
Beta Was this translation helpful? Give feedback.
Avatars work with Github oath, only annonymous ones don't work. I use the binary in an ec2 machine not the docker image.
I even checked the directory for the avatars and I could see avatars generated there.
Nevermind, after playing with the parameters and restarting it seems to be working.