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
Since attestEndpoint is unexported, and there are no constructor functions that set this field, there is no way for a user to provide GetTokenArgs with the attestEndpoint field set to a non-empty string.
This then results in requests to / instead of the /appraisal/v2/attest path, which then results in a 403 error.