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
We're getting the following message when deleting users from the console:
[userlist-rails] Failed to delete delete: Missing required parameter :user
The user is destroyed in Rails, but the profile in Userlist remains (it does appear to delete dependent associations in Userlist, just not the user itself).
Do you know what could be going on here @benedikt? It looks like we're using the auto_discovery strategy for models, and everything else seems to work fine.
The text was updated successfully, but these errors were encountered:
A lot of times this happens with relationships that have an invalid side. It's a bit hard to tell without more context, but try checking that you don't try to delete relationships where the user or the company is missing.
We're getting the following message when deleting users from the console:
The user is destroyed in Rails, but the profile in Userlist remains (it does appear to delete dependent associations in Userlist, just not the user itself).
Do you know what could be going on here @benedikt? It looks like we're using the auto_discovery strategy for models, and everything else seems to work fine.
The text was updated successfully, but these errors were encountered: