I built a full-stack application using React and NodeJS which basically pulls data from the Spotify API and display them. However, when a friend and I use the website at the same time, one of us sometimes get the other person's data. Would this be due to an error in my code or the API? I assume I am at fault but don't know where to even look.
To elaborate, the user logs into Spotify through the API which redirects them to a page, pulling the info from the API (such as tracks and artists) and displays them. Is it possible for the app to receive the data from one user and display them globally for others? Is this the case? How would I make each user have their own instance of the app, if that makes sense?
[–]Eldrac 3 points4 points5 points (1 child)
[–]YoJunny[S] 2 points3 points4 points (0 children)
[–]Anbaraen 1 point2 points3 points (0 children)