
* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.
PS C:\Users\KIMJIHOON\Desktop\sparta-study\tip-example> eas build:configure
-- 결과 --
CombinedError: [GraphQL] Entity not authorized:
AccountEntity[7dad0aa8-2bab-4291-8ecc-0ff48984e7ad] (viewer =
RegularUserViewerContext[20e67a29-cf0c-4a35-bef6-f5ed6ea540d9], action = READ, ruleIndex
= -1)
PS C:\Users\KIMJIHOON\Desktop\sparta-study\tip-example> eas build -p android --profile development
-- 결과 --
CombinedError: [GraphQL] Entity not authorized:
AccountEntity[7dad0aa8-2bab-4291-8ecc-0ff48984e7ad] (viewer =
RegularUserViewerContext[20e67a29-cf0c-4a35-bef6-f5ed6ea540d9], action = READ, ruleIndex
= -1)
예전 빌드시 오류 발생으로 인해 문의를 드렸고, 안내 해주신대로 tip-example 다운 받아서 5주차 강의 다시 시작하였는데, 지난번과 다른 오류가 발생합니다.
