JET.navigate() is
used in order to open a new window in a separate tab when clicking a button.
After the new window opens, i want to use JET.request() in order to retrieve some data.
The problem is that somehow, the connection to JET is lost and the AppInfo data is empty and I'm not able to make the request.
There is no error in the console. I have a message saying that JET is registered, but in the new window, appInfo is empty.
Any idea?