rwieruch / favesound-redux

🎶 A SoundCloud Client in React + Redux running in production. Live Demo and Source Code to explore React + Redux as a beginner.
http://www.robinwieruch.de/the-soundcloud-client-in-react-redux/
1.59k stars 249 forks source link

After logging in it redirects to this page. #74

Closed angelom88 closed 6 years ago

angelom88 commented 7 years ago

http://www.favesound.de/callback?code=4db5405237b0f7b315c61215d6490189&signed_up=1&state=SoundCloud_Dialog_223b9#access_token=1-231734-339559294-32509ffa28ba1&scope=non-expiring

chriszhangusc commented 6 years ago

I got this error too. Maybe it's because @rwieruch hasn't updated the production server for a while?

ohadschn commented 6 years ago

Not sure what this page displayed when this issue was first created, but here's how it looks like for me: image

rwieruch commented 6 years ago

Yes. I need to update the production server. It should work on your local machine with this repository though :)

ohadschn commented 6 years ago

@rwieruch fair enough :) Any plans for a deployment in the near future?

rwieruch commented 6 years ago

Should be fixed now. Can you check if it works for you?

FYI: As a quick fix, I just had to send all requests to the index.html file of my build folder (see https://stackoverflow.com/questions/7027636/nginx-send-all-requests-to-a-single-html-page). Didn't set it up properly when I moved to DigitalOcean.

ohadschn commented 6 years ago

Login works for me :)