My Photoshop UXP plugin is blocked by a generic “Network request failed” error when calling my AWS ELB endpoint.
- The key issue: The same
fetchcode succeeds when calling a public HTTPS test endpoint (e.g.,jsonplaceholder.typicode.com), confirming mymanifest.jsonpermissions and UXP environment are fundamentally working.
Since the error only occurs on my ELB, I suspect a problem with the SSL certificate chain on the Load Balancer itself, as UXP seems to be rejecting the connection pre-flight. Has anyone seen UXP reject a valid connection only from a custom AWS ELB before?