page doesnt match the required types of a nextjs page
Answered
Luan posted this in #help-forum
LuanOP
Hi
I'm getting the following error when trying to build my website
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
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
2 Replies
European sprat
remove the
export from const CallbackAnswer
LuanOP
tysm wasnt looking at that at all