I get this error and am not sure why...
I am able to sign in to my portal, download surveys. When I try to submit I get this error.
Any advice?
JTedrick-esristaff
Hi Tucker,
To fix this issue, please modify below code in Survey123 App XForms/XFormFeatureService.qml file
var formData = { "edits": encodeURIComponent(JSON.stringify(edits)), "rollbackOnFailure": true, "useGlobalIds": useGlobalIds }<SPAN class="line-numbers-rows"><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN></SPAN>
to
var formData = { "edits": JSON.stringify(edits), "rollbackOnFailure": true, "useGlobalIds": useGlobalIds }<SPAN class="line-numbers-rows"><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN></SPAN>
Thanks
Shobana
I just upgraded to 1.4.18 and received the same results.
Yes, there is a change between 1.3 and 1.4 in how URL encoding is handled (we previously had a workaround implemented in Survey123) - SSuresh-esristaff or elvin, could you provide guidance on if it's easy to adjust the workaround?
After further investigation I have determined that Cloud Make using the AppStudio 1.3.46 is breaking my apps.
Any app that was Built with the 1.3.46 version a week or so ago works fine, any app recently Made with AppStudio 1.3.46 will break the EXACT same app.
I would guess that since the AppStudio upgrade for the new version is has broken the AppStudio 1.3.46 Make.
I would guess that I need to upgrade to the new version of AppStudio, it would appear that AppStudio 1.3.46 is NOT COMPATIBLE with the new Cloud Make!
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.