rwieruch / favesound-redux

🎶 A SoundCloud Client in React + Redux running in production. Live Demo and Source Code to explore React + Redux as a beginner.

Home Page:http://www.robinwieruch.de/the-soundcloud-client-in-react-redux/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

After logging in it redirects to this page.

angelom88 opened this issue · comments

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

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

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

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

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.

Login works for me :)