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
PR #12 에서 구현한 Header에서 발생하는 문제입니다. React Suspense 안에서 TanStack Query 써서 api 호출할 때 (board groups를 불러옵니다) 쿠키 auth 정보가 없어서 401 에러가 뜨는 것 같습니다.
Header
session ID가 존재하기 때문에 401 에러가 발생하지 않아야 합니다.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
PR #12 에서 구현한
Header
에서 발생하는 문제입니다. React Suspense 안에서 TanStack Query 써서 api 호출할 때 (board groups를 불러옵니다) 쿠키 auth 정보가 없어서 401 에러가 뜨는 것 같습니다.Expected behavior
session ID가 존재하기 때문에 401 에러가 발생하지 않아야 합니다.
To Reproduce
Screenshots
Possible Solution
Additional context
The text was updated successfully, but these errors were encountered: