Users profile image not showing (letter avatars)

Per:

https://github.com/discourse/discourse/commit/f04471e4229218903df17232db955cd583a423ef

The root cause is sorted, we can move our CDN as much as we want and letter avatars will continue to work.

Originally there was a proposal to modify our NGINX config here to amend the resolver by @Matt_Campbell https://github.com/discourse/discourse_docker/pull/413 however I was worried a lot about amendments to NGINX.

New design uses Ruby to do the proxying of the images (which are super aggressively cached) so the actual functionality is unchanged except that NGINX no longer does the caching so IP caching of CDN is gone.

17 Likes