I am trying to download my application in development mode using Chrome v. 20.0 on my local ip 127.0.0.1. The application does not load, and the following is displayed:
message: "The GWT code server is disconnected. Most likely you closed GWT Development Mode. Or, you may have lost your network connection. To fix this, try restarting GWT Development Mode and REFRESH on this page.
on top of the previous message (superimposed): "The plugin could not connect to the development mode server at 127.0.0.1:9997 Follow the troubleshooting instructions"
It started about 6-9 months ago and after updating 1 or 2 pages, the module loaded correctly. Now I canβt load my application in dev-mode in general using Chrome. (everything is fine in Firefox). I am using GWT 2.4
UPDATE:
These errors are not accompanied by the exit of the code stack trace. Usually, if I changed the address form 127.0.0.1 to localhost, the module loaded, but this no longer works ...
Andrei F
source share