인프런 커뮤니티 질문&답변

aloha_jh님의 프로필 이미지

작성한 질문수

Next + React Query로 SNS 서비스 만들기

next-auth로 로그인하기

The Middleware "/src/middleware" must export a middleware or a default function

24.05.16 23:27 작성

·

258

·

수정됨

0

 

미들웨어 matcher에 추가한 페이지 home으로 replace 시에 이렇게 에러가 뜨는데 이유를 모르겠습니다 ㅠ

⨯ Error [ERR_HTTP_HEADERS_SENT]: Cannot append headers after they are sent to the client

at ServerResponse.appendHeader (node:_http_outgoing:689:11)

at AsyncLocalStorage.run (node:async_hooks:346:14)

 

import { auth as middleware } from "./auth";

export const config = {
  matcher: ["/compose/tweet", "/home", "/explore"],
};

 

답변 1

1

제로초(조현영)님의 프로필 이미지
제로초(조현영)
지식공유자

2024. 05. 16. 23:41

aloha_jh님의 프로필 이미지

작성한 질문수

질문하기