So i built a web app, i added the map i mad on ArcGis online with layers that i uploaded onto ArcGIS online. I upload the layer by using the "Add item, from computer" as a zip file. Once i was happy with the app i download and i tested it on my IIS with a proxy to by pass the login. I finally got the proxy to by pass the login. The problem I am having now is that when i try to print with the stock print widget i get "Error, try again".
Chrome console throws this error and i am not sure what it means.
init.js:89 Error: Unable to complete operation.
at Object.f.load (http://js.arcgis.com/3.18/init.js:862:493)
at http://js.arcgis.com/3.18/init.js:87:450
at c (http://js.arcgis.com/3.18/init.js:103:393)
at d (http://js.arcgis.com/3.18/init.js:103:182)
at b.Deferred.resolve.callback (http://js.arcgis.com/3.18/init.js:105:10)
at c (http://js.arcgis.com/3.18/init.js:104:96)
at d (http://js.arcgis.com/3.18/init.js:103:182)
at b.Deferred.resolve.callback (http://js.arcgis.com/3.18/init.js:105:10)
at http://js.arcgis.com/3.18/init.js:92:118
at h (http://js.arcgis.com/3.18/init.js:107:279)
So i did a little testing and found something odd. If i add a layer to my ArcGIS online map( map used in my web Appbuilder) and not change a thing to that layer i get it to print fine BUT if i change the style of that layer say to only have a clear fill of the polygons i get the error mentioned above. If i try to change it back to with a fill i still get the error, i have to remove the layer from the map and re add the layer and not change anything for it to print fine.
Anyone else having this issue?