Closed WarFiN123 closed 3 months ago
from #6:
The problem is that something, not sure whether it's the Spotify API or the normal Vercel deploy. tries to redirect to the old application (which doesn't exist anymore, hence the Not Found message)
On the page that shows this error, change the link from
https://readme-now-playing.vercel.app/callback/q?...
tohttps://now-playing-cards.vercel.app/callback/q?...
and then it should spit out your User ID rightIt still doesn't work after that tho...there's an internal server error returned
the self-hosting doc might help, if you're up for it