Authentication 마무리하기 편에서
onPressed: () async {
ref
.read(userMeProvider.notifier)
.login(username: username, password: password);
userMeProvider 프로바이더를 쓰고 나서 로그인 하면 로그인이 안되고
에러 메세지에 WRONG_VERSION_NUMBER(tls_record.cc:242))
이렇게 뜨는데 그냥 작성한 코드 중 어디가 틀린걸까요 ? ㅠㅠ
듣고 찾아보니깐 떡하니 https로 되어있네요 ㅠㅠ 알려주셔서 감사합니다 !