I compiled my GWT application and am testing it in the production mode. The application works fine on all browsers, except Google Chrome, which only an empty page shows up.
I tried to see if there were any options for compilation, but there weren’t. Can somebody let me know what’s wrong?
thanks,
—
Javad
If you test via URL like ‘file:///’ , Chrome will block this URL
The solution is upload your file to server (or localhost)
and test via ‘http://’