Open
Description
This may be a relatively tough bug so I'm happy to claim it!
Sentry Issue: PLOTS2-18H
TypeError: allocator undefined for Proc
app/models/user_tag.rb:26:in `create_with_omniauth'
create(value: "oauth:" + auth['provider'] + ":" + auth['uid'],
app/controllers/user_sessions_controller.rb:83:in `handle_social_login_flow'
@identity = UserTag.create_with_omniauth(auth, user.id)
app/controllers/user_sessions_controller.rb:11:in `create'
handle_social_login_flow(auth)
...
(213 additional frame(s) were not displayed)