tvillarete / ipod-classic-js

An iPod Classic emulator that connects to Apple Music and Spotify. Built with React & Styled Components
http://tannerv.com/ipod
MIT License
1.43k stars 100 forks source link

Spotify login not working #150

Closed Grafaffel closed 7 months ago

Grafaffel commented 7 months ago

Logging in with Spotify gives you an error from ngrok.

tvillarete commented 7 months ago

Hey @Grafaffel, thanks for the heads up — I've known about this for a little over a week and have been working on a solution that should resolve this error permanently.

I've been working on migrating the entire app to Next.js which has allowed me to move off of my own authentication server and onto Vercel.

The good news is that migration is (mostly) complete and should be live as of an hour ago. Feel free to give it a try! You ideally won't see any differences besides Spotify and Apple Music working correctly.

I will be updating this repo's documentation and fixing some style issues in the next few days, but in the meantime I'm going to mark this issue as resolved 👍 Let me know if you run into any other issues, and thanks again!