<p>So the issue is caused by the use of <code>user_image_url</code> in <code>app/views/layouts/_inbox.html.erb</code> because that, in the non-gravatar case, uses <code>user.image.url</code> without specifying a style.</p>

<p>That, in turn, means that it tries to use the <code>original</code> style, which is fine except when there is no original image, in which case it tries to load the default icon. That only exists for the <code>small</code> and <code>large</code> styles though.</p>

<p>Until now <code>user_image_url</code> was only being used when an image was known to exist so this was not an issue.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br>Reply to this email directly or <a href='https://github.com/openstreetmap/openstreetmap-website/pull/447#issuecomment-22737848'>view it on GitHub</a>.<img src='https://github.com/notifications/beacon/uTRSc6ihLa7Shf84BpiOpk0ankkecKLqStEO3ReZYvo3j8lNxo16gQ_74A5D1T7c.gif' height='1' width='1'></p>