nleroy917 / spottydata-api

Backend and Web API for spottydata.com
MIT License
7 stars 0 forks source link

TypeError: Cannot read property 'url' of undefined #13

Closed nleroy917 closed 4 years ago

nleroy917 commented 4 years ago

Behavior When attempting to load the playlist selection route for my friend, the app crashes with the following error: TypeError: Cannot read property 'url' of undefined

Expected Behavior Load a page with cards for each playlist with image and the playlist name

nleroy917 commented 4 years ago

Issue resolved. Some of his playlists didn't have any images associated with them, so it was returning undefined - A check has been put in place to search for this now, and will render accordingly.