After successfully deploying my War file to the JBoss Wildfly 8.2 server, I attempted to access the application link from a remote MAC machine.
The application opened correctly, but some functionalities were not working properly. An error message popped up on the Safari Web Inspector Console indicating:
"Failed to load a resource: The network connection was lost."
It seems that the issue lies in the loading of a particular JS file.
Even though the JS file appears to be included correctly when viewed in the Resources tab, Safari is failing to load it properly.
I have come across suggestions related to Transfer-Encoding
and other potential solutions, but I am unsure how to resolve this specific issue.
If anyone has any recommendations or ideas, please share them with me. Thank you.