discord-clone-nextjs icon indicating copy to clipboard operation
discord-clone-nextjs copied to clipboard

Error

Open KrystinaMir opened this issue 5 months ago • 0 comments

Error [TypeError]: (0 , clerk_nextjs__WEBPACK_IMPORTED_MODULE_1_.authMiddleware) is not a function

middleware.ts (8:30) @ eval

6 | // for more information about configuring your Middleware 7 |

8 | export default authMiddleware({ | ^ 9 | // Allow signed out users to access the specified routes: 10 | // publicRoutes: ['/anyone-can-visit-this-route'], 11 | // Prevent the specified routes from accessing

What could be the problem?

KrystinaMir avatar Jul 21 '25 12:07 KrystinaMir