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
I’m using PublicActivity in an app using Devise, also. However, I’ve never run into that issue. Could you provide a minimal app to reproduce this problem?
Im getting the following error when using
include PublicActivity::StoreController
in my application controller:Which appears to be happening here:
I tried disabling PublicActivity if it's a devise controller but that doesnt seem to work:
Is there another way I can handle this for devise controllers dealing with signing in or password resets?
The text was updated successfully, but these errors were encountered: