I've started noticing an issue where some layers that work fine in the webmap do not load in the operations dashboard web app, has anyone else noticed this?
I create a webmap and add a FeatureServer layer to the map. Set extents, save the map everything works. I create an Operations Dashboard web app from the webmap and the layer no longer loads.
I thought I had narrowed it to the fact that the dashboard generated geometry query parameter did not include the "latestWkid" parameter, but the webmap generated one did. Other services on the same server however that work in both places do not include the latestWkid parameter.
The query generated for the service by the operations dashboard web app fail with the following JSON results:
<SPAN class="punctuation token">{</SPAN><SPAN class="string token">"error"</SPAN><SPAN class="punctuation token">:</SPAN><SPAN class="punctuation token">{</SPAN><SPAN class="string token">"code"</SPAN><SPAN class="punctuation token">:</SPAN><SPAN class="number token">400</SPAN><SPAN class="punctuation token">,</SPAN><SPAN class="string token">"message"</SPAN><SPAN class="punctuation token">:</SPAN><SPAN class="string token">"Unable to complete operation."</SPAN><SPAN class="punctuation token">,</SPAN><SPAN class="string token">"details"</SPAN><SPAN class="punctuation token">:</SPAN><SPAN class="punctuation token">[</SPAN><SPAN class="string token">"Unable to perform query operation."</SPAN><SPAN class="punctuation token">]</SPAN><SPAN class="punctuation token">}</SPAN><SPAN class="punctuation token">}</SPAN><SPAN class="line-numbers-rows"><SPAN></SPAN></SPAN>The service works every time in the webmap and is failing every time in the dashboard.
Has anyone else seen this or found a workaround?
Thanks,
Josh