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
For some reason, result is nil in httpproxy.rb here.
This occured from a call to Auth0Client.new(**options**).user(**user_uid**). I haven't been able to reproduce this myself, so I'm not sure what the cause is here. Attempts to re-use the same user uid manually return successful results.
The text was updated successfully, but these errors were encountered:
I saw this error from Auth0Client a couple of times in the past week:
undefined method
code' for nil:NilClass`auth0/mixins/httpproxy.rb in block (2 levels) in <module:HTTPProxy> at line 20
https://github.com/auth0/ruby-auth0/blob/master/lib/auth0/mixins/httpproxy.rb#L20
For some reason,
result
isnil
in httpproxy.rb here.This occured from a call to
Auth0Client.new(**options**).user(**user_uid**)
. I haven't been able to reproduce this myself, so I'm not sure what the cause is here. Attempts to re-use the same user uid manually return successful results.The text was updated successfully, but these errors were encountered: