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
The default rule added to the Auth0 tenant passes groups through. When there is only a single group associated with an identity it comes back as a string value instead of an Array and the API call fails because its expecting an Array.
This fixes it in the rule (which is my current workaround) but I suspect there is another issue somewhere in your API where these groups are returned that may be a better place for a fix.
The default rule added to the Auth0 tenant passes groups through. When there is only a single group associated with an identity it comes back as a string value instead of an Array and the API call fails because its expecting an Array.
This fixes it in the rule (which is my current workaround) but I suspect there is another issue somewhere in your API where these groups are returned that may be a better place for a fix.
I also saw this in
lib/queries.js
which leads me to believe the groups are getting completely wiped out instead of reassigned to an Array?maybe needs to be...
The text was updated successfully, but these errors were encountered: