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 seeing an issue with SyncUser(ctx, *models.UserCreate). Regardless of how the context is created or passed, I hit the error ErrorCode: ContextError, ErrorType: general_error, Message: The context is missing or invalid
The following is based on the example provided in the README
The docs should be updated to illustrate that this is required. It may also be useful to update the log surrounding this since it's not immediately obvious or transparent that context is missing or invalid is referring to an invalid PDP location
I'm seeing an issue with
SyncUser(ctx, *models.UserCreate)
. Regardless of how the context is created or passed, I hit the errorErrorCode: ContextError, ErrorType: general_error, Message: The context is missing or invalid
The following is based on the example provided in the README
Permit configuration is in its own package
Attempt to add a new user originates from a different package
From what I've been able to ascertain, the error originates from the call to
client.APIKeysApi.GetApiKeyScope(ctx).Execute()
and is returned here
return nil, PermitErrors.NewPermitContextError(additionalErrorMessage)
The text was updated successfully, but these errors were encountered: