When I try to check my account page via both the new /profile link as well as the old /users/ link, I get this error message:
"
Error
ERR wrong number of arguments for 'sadd' command
Details
ActionView::Template::Error exception raised
app/models/saved_search.rb:101:in `block in populate'
app/logical/current_user.rb:10:in `scoped'
app/logical/current_user.rb:38:in `as_system'
app/models/saved_search.rb:97:in `populate'
app/models/saved_search.rb:30:in `block in post_ids_for'
app/models/saved_search.rb:23:in `each'
app/models/saved_search.rb:23:in `post_ids_for'
app/logical/post_query_builder.rb:77:in `block in add_saved_search_relation'
app/logical/post_query_builder.rb:73:in `each'
app/logical/post_query_builder.rb:73:in `add_saved_search_relation'
app/logical/post_query_builder.rb:221:in `build'
app/models/post.rb:1681:in `tag_match'
app/presenters/user_presenter.rb:43:in `posts_for_saved_search_category'
app/views/users/_post_summary.html.erb:36
app/views/users/_post_summary.html.erb:28:in `each'
app/views/users/_post_summary.html.erb:28
app/views/users/show.html.erb:9
app/controllers/users_controller.rb:56:in `profile'
"
However, the /settings link does work.