jeongwoo1998 / OSS_TeamProject

2024_OSS_TeamProject
MIT License
1 stars 0 forks source link

Kakao Login Disable #18

Closed PaChelBel29 closed 6 months ago

PaChelBel29 commented 6 months ago

카카오 로그인이 현재 작동하지 않음.

{
  "error": "uid must be a string between 1 and 128 characters.", 
  "message": "Firebase authentication failed"
}

KakaoAccount의 id의 오류가 생김.
추후 수정예정

PaChelBel29 commented 6 months ago

id에 str() 함수를 사용하여 string으로 전달 후 정상 작동함