I am working with a configured a GeoForm which includes the ability to submit attachments.
Recently, attachments are failing to load, throwing an error when I submit a GeoForm entry.
What could be causing this?
Here's some relevant variables:
Solved! Go to Solution.
I would like to point out that:
Jason: thanks for the insightful workaround idea. What was the level of effort like to set up that custom proxy?
It would have been significant, were it not for Esri Tech support helping me to install it. I worked with a member of the Developer team and we got it installed in ~ 20 minutes.
Basically, you download the template from Esri's GitHub: GitHub - Esri/geoform-template-js. Then you host the template on your IIS server and change the web map to use your web map in config/default.js. Once you have your web map working with the hosted GeoForm, you can install the custom proxy.