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
웹 API 서버 설정에 토큰 기반 인증 설정 후 로그인 기능이 작동이 안됩니다.
paper version : 2.6.4
scouter version : 2.8.1
웹 서버 로그에 401 authorization token or seesion is expired - null 라는 메세지가 확인되며 브라우저 로컬 저장소에 인증에 필요한 키밸류 값이 저장되지 않습니다.
인증 설정을 하지 않은채 로그인 시도할때는 정상작동 하며 인증에 필요한 키밸류 값이 브라우저 로컬 저장소에 저장된 후 토큰 기반 인증 설정을 다시한 후에 웹서버를 재기동하고 로그인을 하면 동작이 되긴 합니다.
The text was updated successfully, but these errors were encountered:
안녕하세요.
Paper 설치후 인증을 쿠키로 사용하게끔 변경하고 로그인을 시도하면 그냥 파란화면이고
콘솔로그를 보면 아래 오류가 납니다. 브라우저를 이것저것 건드고 Reload 하다보면 또 되구요.
특별하게 브라우저 설정이나 확인할 사항이 있을까요?
TypeError: Cannot read property '0' of null
at t.value (main.61ad0d3c.js:1)
at fn (main.61ad0d3c.js:1)
at sr (main.61ad0d3c.js:1)
at jc (main.61ad0d3c.js:1)
at ta (main.61ad0d3c.js:1)
at Jr (main.61ad0d3c.js:1)
at Gr (main.61ad0d3c.js:1)
at main.61ad0d3c.js:1
at t.unstable_runWithPriority (main.61ad0d3c.js:1)
at Gt (main.61ad0d3c.js:1)
웹 API 서버 설정에 토큰 기반 인증 설정 후 로그인 기능이 작동이 안됩니다.
paper version : 2.6.4
scouter version : 2.8.1
웹 서버 로그에 401 authorization token or seesion is expired - null 라는 메세지가 확인되며 브라우저 로컬 저장소에 인증에 필요한 키밸류 값이 저장되지 않습니다.
인증 설정을 하지 않은채 로그인 시도할때는 정상작동 하며 인증에 필요한 키밸류 값이 브라우저 로컬 저장소에 저장된 후 토큰 기반 인증 설정을 다시한 후에 웹서버를 재기동하고 로그인을 하면 동작이 되긴 합니다.
The text was updated successfully, but these errors were encountered: