We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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에 이미 개인 uid가 있음에도, 이를 인지하지 못하고 새롭게 account를 생성하는 경우가 있음. 이 경우, user 테이블에도 계정이 하나 더 생성돼서, 유저는 접속 권한이 없는 계정으로 부여돼 접속이 불가능 함.
원래 접속하던 기기와 다른 기기로 접속하는 경우 발생할 수 있음. 그 외에도 종종 발생함. 계정이 새로 만들어지면 이후부터는 항상 제일 최근에 만들어진 계정 정보를 가져오기 때문에 기기 상관없이 다 접속이 안됨.
The text was updated successfully, but these errors were encountered:
Application error: a client-side exception has occurred 에러가 빈번하게 발생하고 있고, PWA환경에서 에러 발생 시 앱을 종료해야함.
Application error: a client-side exception has occurred
Sorry, something went wrong.
No branches or pull requests
문제점
account에 이미 개인 uid가 있음에도, 이를 인지하지 못하고 새롭게 account를 생성하는 경우가 있음. 이 경우, user 테이블에도 계정이 하나 더 생성돼서, 유저는 접속 권한이 없는 계정으로 부여돼 접속이 불가능 함.
원래 접속하던 기기와 다른 기기로 접속하는 경우 발생할 수 있음. 그 외에도 종종 발생함. 계정이 새로 만들어지면 이후부터는 항상 제일 최근에 만들어진 계정 정보를 가져오기 때문에 기기 상관없이 다 접속이 안됨.
The text was updated successfully, but these errors were encountered: