I’m trying to figure out what you mean. Can you clarify?
From your glitch I can see that you might be missing the callback function of the authenticate method of passport on line 74. The server is not sending a response.
Hey thanks for having a look ill try and explain using a quote from the task:
Your authentication won’t be successful yet, and actually throw an error, without the database logic and callback, but it should log to your console your GitHub profile if you try it! Submit your page when you think you’ve got it right.
So to me that is saying that the auth will not work currently due to missing a callback however it will log my profile name to my console with the console.log(profile) however my console doesnt log anything profile or if i change it to a string ‘hello’ for instance it wont print that so im guessing its never reaching that part of the codeblock rather than profile variable not existing, code below
an added note is the way I’ve setup my environment variables is VARIABLE_NAME=‘code from github’ so there set as strings (as u cant see them in the file)