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
Okay, i found the issue. It was that my context wasn't being called because right now it all goes directly to the Pow Context, not through the Operations module which would call my context. I am working on a fix.
I have a custom context for password resetting:
And in my context:
I can see in my logs that my get_by is called when sending the reset password email:
however, i get this error for the update, and my log is never shown for the update
It seems like my context is never called, but I'm not entirely sure why...
The text was updated successfully, but these errors were encountered: