Error while fetching api data: User is not defined

hello, I trying to login with twitch using node.js passport library
i am logged in with my twitch account but
while getting user email twitch sends an error
“User is not defined”,
what this error can mean?

It could be you’re using an out of date Twitch Passport library, as some of them may still use deprecated endpoints that no longer exists. Also, User is not defined sounds like not a Twitch error but an error coming from one of the Passport module you’re using, so is not particularly helpful.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.