music-app icon indicating copy to clipboard operation
music-app copied to clipboard

Error: Cannot read property 'data' of undefined

Open codedbean opened this issue 6 years ago • 3 comments

When running the app in dev I get this error message: Error: Cannot read property 'data' of undefined.

codedbean avatar Jul 02 '19 22:07 codedbean

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.

microeinhundert avatar Jul 03 '19 04:07 microeinhundert

Any ETA for the backend?

codedbean avatar Jul 03 '19 21:07 codedbean

I've added the backend to the repository. It throws deprecation warnings in the newest node version, but it works.

microeinhundert avatar Jul 04 '19 06:07 microeinhundert