You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
java.lang.NullPointerException: Cannot invoke "String.startsWith(String)" because "value" is null
at com.ody.auth.token.AccessToken.validate(AccessToken.java:33)
at com.ody.auth.token.AccessToken.<init>(AccessToken.java:28)
at com.ody.auth.service.AuthService.parseAccessToken(AuthService.java:26)
The text was updated successfully, but these errors were encountered:
📝 작업 내용
헤더에 아무 값도 넣지 않았을 때 NPE 발생
The text was updated successfully, but these errors were encountered: