Getting WebEngine CANCELLED state when loading a url
Hi, I am using WebView / WebEngine to display an internal website developed using GWT. I have registered a change listener on the load worker.
When I load any website (internally developed or external from the internet) I am getting the normal change events of: READY -> SCHEDULED -> RUNNING -> SUCCEEDED and the website opens normally.
I am having an issue when loading an internally developed website implemented using GWT, I am getting the following sequence of events: READY -> SCHEDULED -> RUNNING -> CANCELLED and the website does not open.
Any idea why this could happen? Anything I can do from my side to check what is the issue?
Thanks for your help