You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @ericsullivan ! I'm the original author of this plug. I'm no longer at Podium, but I just noticed this issue today. (Thanks for your patience, I only just noticed the issue today)
My thought here after glancing at the issue briefly is to have the rescue return the original conn, erring on the side of assuming that the error occurred within the plug.
I just received a RuntimeError:
caused by the rescue returning
:ok
Did you want to call
reraise/2
orforbid_connection
?I didn't set the log_level in the plug so I'm not sure of the underlying exception.
The text was updated successfully, but these errors were encountered: