-
Notifications
You must be signed in to change notification settings - Fork 1
FAQ's
Dinith edited this page May 24, 2020
·
6 revisions
- Yes you can, in the server
.env
file, on a new line addDEV_DB_CONN=<your-connection-string>
- While the server is running, open up your browser and go to
localhost:3001/heartbeat
- You should see a response as such:
- If you encounter this error:
- Ensure that the spotify URI you have registered on your application matches line 9 inside of the
passport.js
file in the server directory. Ensure that the server is also running on that port you have mentioned (in our case3001
) - For example the URI on my console:
- matches the URI on my
passport.js
file:
- If you encounter this error:
- Ensure that the the
SPOTIFY_CLIENT_ID
andSPOTIFY_CLIENT_SECRET
is set in the .env for the client.
- When you login and browse around the app and see empty screens (like the screenshots below), you probably do not have enough music history (i.e. you need to listen to more music!)
- When the top artists graph load it should look like this and be responsive:
- However when you zoom in and out on your browser page then it could look like this:
- If this does happen, then refresh the page and it should be fine :)
> cd client
> npm test
> cd server
> npm test
- Feel free to contact Nisarag on his university email address (UPI) which can be found in the README or homepage of the Wiki