Jamming Project 'search' not working ? SOLVED!

You will need to setup the callback URL in the settings for your app on the Developer Dashboard.

Simply log in, find your app and click “Edit Settings” in the top right section. Under redirect URIs you add http://localhost:3000/callback and remember to click save in the bottom. This should resolve your issue.

Also, in Spotify.js

const redirectURI = "http://localhost:3000/callback"

In SearchBar.js, don’t forget to add the onClick to your button as it was not added in the tutorial

Thank you.

The Fullstack career path is very good until this point. This project should be revamped completely. Full of mistakes and not only that but they also take for granted that we know stuff they haven’t told us yet!!!