DEV Community

Discussion on: Spotify Authentication using Client(React) and Server(ExpressJs)

Collapse
 
xorlieh99new profile image
Xorlieh99-new

Hi there, I was trying to do what you did here and everything has been okay until the last step. I am not getting the user's details it says invalid access token, can you help?

Collapse
 
harrisonshort profile image
Harrison Short

I had the same issue, which was being caused by the presence of React.StrictMode tags in my index.js file.