Uncaught (in promise) Error: 로그인을 완료할 수 없습니다.
at promiseMethodWrapper (localhost:8081/index.bundle?platform=android&dev=true&minify=false&app=viva.republica.toss.test&modulesOnly=false&runModule=true:33:113869)
코드는 아래와 같습니다.
const handleRecommend = async () => {
const { authorizationCode, referrer } = await appLogin();
console.log({authorizationCode, referrer});
}
로그까지 전달이 되지 않습니다.
어제는 로그인이 잘 되었는데 오늘 확인중에 안되네요