250x250
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- web
- error
- Redux
- CSS
- solidity
- graphQL
- nextJS
- useState
- 삶
- CLASS
- typeScript
- HTML
- tailwindcss
- REACT
- Ethereum
- Props
- JavaScript
- API
- express.js
- Interface
- 기준
- concept
- SSR
- middleware
- built in object
- bitcoin
- blockchain
- evm
- node.js
- hardhat
Archives
- Today
- Total
ReasonJun
Nextjs 14 & Clerk V5 beta & middleware Problem 본문
728x90
error :


While setting up the middleware to utilize the new clerk, I created the middleware with a different name so that it would not be activated for ease of development. Then the above error occurred. When I checked, the clerk was using its own jwt system and was unable to retrieve session data as a header, so it was relying on the auth system in middleware. Therefore, the server side clerk module could not be used unless middleware was activated. After reactivating middlware, the above code worked normally.

728x90