Emulator unable to fetch data after using window.location.assign

Hello everyone, I’m running into an issue where I am getting rejected whenever I try fetching data after using window.location.assign within my Samsung TV emulator.

When I run my app locally on my computer, I am able to fetch the data fine. However, when I run the Tizen app on my Samsung TV then set the window.location.assign to my app, I am unable to fetch data.

What is preventing me from fetching data when I am trying to fetch within Tizen after using window.location.assign?

Thank you.