Next.js Discord

Discord Forum

The default export is not a React Component in page:"/login"

Unanswered
Asian black bear posted this in #help-forum
Open in Discord
Asian black bearOP
Hi, I'm facing this issue using next 13.4.19 for all the routes, I tried to remove node_modules and package-lock.json and reinstall them but still the same error

4 Replies

if you are using route handlers in nextjs app dir (ie route.ts), then it has its [own api method](https://nextjs.org/docs/app/building-your-application/routing/route-handlers#convention), if you want to use react still then use page.tsx
-# @American black bear ^ because op may not be here anymore and you face the same issue