Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

account duplication error #116

Open
SeungJL opened this issue May 3, 2024 · 1 comment
Open

account duplication error #116

SeungJL opened this issue May 3, 2024 · 1 comment

Comments

@SeungJL
Copy link
Collaborator

SeungJL commented May 3, 2024

문제점

account에 이미 개인 uid가 있음에도, 이를 인지하지 못하고 새롭게 account를 생성하는 경우가 있음. 이 경우, user 테이블에도 계정이 하나 더 생성돼서, 유저는 접속 권한이 없는 계정으로 부여돼 접속이 불가능 함.

원래 접속하던 기기와 다른 기기로 접속하는 경우 발생할 수 있음. 그 외에도 종종 발생함. 계정이 새로 만들어지면 이후부터는 항상 제일 최근에 만들어진 계정 정보를 가져오기 때문에 기기 상관없이 다 접속이 안됨.

@ojj1123
Copy link
Collaborator

ojj1123 commented May 25, 2024

문제점

image

Application error: a client-side exception has occurred 에러가 빈번하게 발생하고 있고, PWA환경에서 에러 발생 시 앱을 종료해야함.

원인

  • next-auth 쪽 이슈로 DB를 직접 수정하게 되는 경우가 있다.
  • DB를 직접 수정하다보니 user id 가 없는 경우가 생겨서 에러가 발생한다

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants