Next.js Discord

Discord Forum

page doesnt match the required types of a nextjs page

Answered
Luan posted this in #help-forum
Open in Discord
Hi
I'm getting the following error when trying to build my website
Type error: Page "app/callback/page.tsx" does not match the required types of a Next.js Page.
  "Callback" is not a valid Page export field.

the page return a box with a spinner from chakraui
the page is used to get an access token from the spotify api
in the dev environment everything works as expected but for somereason i cant get it to work
does someone know a fix for this?
i will also attach the whole page
Answered by European sprat
remove the export from const Callback
View full answer

2 Replies

European sprat
remove the export from const Callback
Answer
tysm wasnt looking at that at all