Hello again Jeff and Guangyan,
I ran into another issue while trying to generate a shareable link in NetworkAnalyst. The process failed, and I noticed a JavaScript error in the developer console.
Steps to Reproduce:
- Load a network in NetworkAnalyst.
- Attempt to create a shareable link.
- Observe that the process stalls (e.g., stuck on “Processing …”).
- Check the browser console for errors.
Error Message in Console:
Uncaught TypeError: result[1] is undefined
at sharingLink (partialSave.js:20)
at success (partialSave.js:78)
at savePartial (partialSave.js:65)
at initFunctions (network_analyst_v3.3.js:584)
(Full error details are attached in screenshots.)
It looks like the script is expecting result[1] to be defined, but it’s returning undefined. This prevents the link creation from completing. Could you please take a look? Let me know if you need additional information!
Thanks again for your help!