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 domain field of AuthData is not mandatory (defined as (property) AuthData.domain?: string | undefined), and fileAPL should not return undefined if one of the voluntary fields are missing.
Fix: src/APL/file-apl.ts:53
if(token&&saleorApiUrl&&appId){
The text was updated successfully, but these errors were encountered:
The
domain
field ofAuthData
is not mandatory (defined as(property) AuthData.domain?: string | undefined
), and fileAPL should not return undefined if one of the voluntary fields are missing.Fix:
src/APL/file-apl.ts:53
The text was updated successfully, but these errors were encountered: