jiosaavn-api-ts
jiosaavn-api-ts copied to clipboard
songs list is empty in hosted api on cloudflare, but returning data on localhost
I have self-hosted my own API instance on cloudflare. When I request this route: /playlist?token=vw3rxyOhUs8_&mini=true&lang=hindi%2Cenglish
it returns playlist details with an empty song list. but when I change the API base URL to localhost the same request returns the proper list of songs. Please help me out here