You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Workarounds include appending a random number to the request url (&tr=<#random#>)
I added "&ts=" + (new Date()).getTime() + to the url builder in AGS.js and rebuilt, which is working for my specific project.
ESRI claims bug fixed in 10.2, but folks may still see this if using 10.1.
I can submit a pull req if you'd like, but you may want to explore the issue more before you decide which path to take.
Cheers.
The text was updated successfully, but these errors were encountered:
Reference bug
Forum discussion
Workarounds include appending a random number to the request url (&tr=<#random#>)
I added
"&ts=" + (new Date()).getTime() +
to the url builder in AGS.js and rebuilt, which is working for my specific project.ESRI claims bug fixed in 10.2, but folks may still see this if using 10.1.
I can submit a pull req if you'd like, but you may want to explore the issue more before you decide which path to take.
Cheers.
The text was updated successfully, but these errors were encountered: