I just updated my sandbox to the latest build and now I have some users avatars that are missing. I tried in safe mode to no avail. You can see it here: Nature Photographers Network
Still broken after updating to latest today…
Try to run rake avatars:refresh
from your rails c console.
3 Likes
Forgive my ignorance, but it doesn’t seem to be working, am I missing a step?
root@npn-sandbox:~# cd /var/discourse
root@npn-sandbox:/var/discourse# ./launcher enter app
root@npn-sandbox-app:/var/www/discourse# rails c
[1] pry(main)> rake avatars:refresh
NameError: undefined local variable or method `refresh' for main:Object
from (pry):1:in `__pry__'
[2] pry(main)>
Problem was too many steps, rails c
was not necessary. For anyone else it’s:
cd /var/discourse
./launcher enter app
rake avatars:refresh
Thanks Daniela.
3 Likes
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.