Spotify-Readme
Spotify-Readme copied to clipboard
Vercel deployment error
In my function log vercel

and when i visit my url with /api myspotify-nqbill.vercel.app

please help @itstommi
Well even I faced the same issue. The issue is due to the upgrade in MarkupSafe:2.1.0 where they have removed soft_unicode. Release note: https://markupsafe.palletsprojects.com/en/2.1.x/changes/#version-2-1-0
Try adding MarkupSafe==2.0.1 in api/requirements.txt to fix that issue.
Its working fine for me now: https://spotify-readme-prajjus.vercel.app/api