Robert, do I have an eSearch problem ?
When in dev mode (local) all searches; attribute,shape and spatial, work flawlessly.
When deployed, only attribute searches work.
All "spatial" and "shape" operations result in "Search Failed !" message.
Cob,
What does your browsers web console say on the deployed app? You likely need to setup a proxy for your app.
esri.config.defaults.io.proxyUrl is not set: If making a request to a CORS enabled server, please push the domain into esri.config.defaults.io.corsEnabledServers.
Sounds like proxy... this webserver is internal only, no outside exposure.
Can you please point me in the right direction?
Thank you
thanks, I'll give them a look tomorrow.