music-app
music-app copied to clipboard
Error: Cannot read property 'data' of undefined
When running the app in dev I get this error message: Error: Cannot read property 'data' of undefined.
That’s because the app needs a separate backend with API that handles logging in the user to Spotify and getting the token. Keep in mind that the app is far from finished.
Any ETA for the backend?
I've added the backend to the repository. It throws deprecation warnings in the newest node version, but it works.