[Error] The path {path} is not shared from the host and is not known to Docker.
·
💻 Study/Docker 도커
Error response from daemon: Mounts denied: The path /mnt/ssd2/docker-test/db/conf.d is not shared from the host and is not known to Docker.You can configure shared paths from Docker -> Preferences... -> Resources -> File Sharing. 이 에러는 docker desktop을 통해 아주 간단하게 해결할 수 있다. 1. docker desktop 우측 상단의 톱니바퀴 아이콘을 눌러 설정(Setting)으로 이동한다.2. 목록에서 Resources > File sharing을 눌러 이동한다.3. Virtual file shares에 공유..
[Firebase] Error: Failed to generate/retrieve public encryption key for Generic IDP flow.
·
💻 Study/Firebase
안드로이드 앱 개발을 하면서 테스트 도중 다음과 같은 FirebaseException 에러가 발생하면서 OAuth 로그인이 안 되는 현상이 발생했다. An internal error has occurred. [ Failed to generate/retrieve public encryption key for Generic IDP flow. 원인 캐싱 문제가 발생한 듯하다. 해결방법 앱의 로컬 데이터와 캐시를 삭제한다. (설정 > 애플리케이션) 이후, 다시 앱을 실행하면 OAuth Provider가 정상적으로 작동하는 것을 확인할 수 있다. 참고 사이트 https://githubhot.com/index.php/repo/robingenz/capacitor-firebase-authentication/issues..
ErrorCode(4002) UUID(2f562b14-52d1-4ddf-80e3-03091dcf7016)
·
카테고리 없음
ErrorCode(4002) ErrorCode(4002) UUID(2f562b14-52d1-4ddf-80e3-03091dcf7016) 해당 에러코드는 공유할 링크가 도메인 설정에 존재하지 않아 발생한다. 해결 방법 kakao developers의 내 애플리케이션 > 앱 설정 > 플랫폼 에서 '사이트 도메인'에 공유할 도메인을 추가한다. 공유할 링크와 정확히 일치해야 한다. http, https, www., port 등이 모두 일치해야 한다. localhost로 작업 중일 때도 아래처럼 정확한 사이트 도메인을 등록해줘야 해당 기능을 사용할 수 있다. 아래 링크의 '웹 플랫폼 도메인 등록 시 주의사항' 부분에서 관련 내용을 확인할 수 있다. https://developers.kakao.com/docs/lat..