You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I guess the jiosaavn api is region locked because a lot so songs are not visible when I deployed my project on heroku in Europe location. Need to setup a proxy system or route the request through the frontend client of the application to get around this problem.
My main concern is that I still need to test is if the JioSaavn API is cors limited then we need to find a VPS that can host our proxy server if not the project so that we can spoof our location to India.
The text was updated successfully, but these errors were encountered:
The only solution for this that I can think of is either hosting it on an Indian VPS or using and India based VPN in front of the the backend server. While I did try calling the JioSaavn APIs from the frontend the cors policy is blocking any request that is made. The Content restriction is also listed on the JioSaavn's own website https://www.jiosaavn.com/corporate/music-rights
Though on a brighter side it will only affect english songs and hindi songs will remain unaffected.
I guess the jiosaavn api is region locked because a lot so songs are not visible when I deployed my project on heroku in Europe location. Need to setup a proxy system or route the request through the frontend client of the application to get around this problem.
My main concern is that I still need to test is if the JioSaavn API is cors limited then we need to find a VPS that can host our proxy server if not the project so that we can spoof our location to India.
The text was updated successfully, but these errors were encountered: