I just tried publishing a SmartGWT application to the Google App Engine. The code was literally as simple as:
Unfortunately, I was met with the following status messages:
Is there any word on when we might expect SmartGWT to utilise GWT Image Bundle functionality as this would most probably solve the above issue?
Thanks,
Damian
Code:
SC.say("Hello world!");
Code:
Uploading 2594 files. Rolling back the update. Unable to upload: java.io.IOException: Error posting to URL: ... 400 Bad Request Max number of files and blobs is 1000.
Thanks,
Damian
Comment