Showing /app/app/views/feed_item_interactions/_feed.html.erb where line #14 raised:

ActiveStorage::InvariableError
Extracted source (around line #7):
5
6
7
8
9
10
              
if user.photo.attached?
if variant_key = :small
variant_key.nil? ? user.photo : user.photo.variant(resize: '200x200^', crop: '200x200+0+0').processed
elsif variant_key = :thumb
variant_key.nil? ? user.photo : user.photo.variant(resize: '45x45^', crop: '45x45+0+0').processed
end

Rails.root: /app

Application Trace | Framework Trace | Full Trace

Request

Parameters:

{"scope"=>"user", "scope_id"=>"bob-horbaczewski"}

Response

Headers:

None