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
hey @ashukumar2001,
try hosting your API instance in the India region, as it retrieves data from the JioSaavn API, which restricts certain data based on geolocation
Is it possible to set the region in cloudflare workers?