Hi there,
I am trying to build a simple test configurator and deploy it to a production environment. I have run into a strange scenario where the compute server works perfectly when testing locally but once deployed it looks like it’s just returning an empty JSON object without any geometry. There also doesn’t seem to be an easy way to debug this on a deployed AWS EC2 instance.
I’ve been trying to wrap my head around this for a while now and was hoping I could get some direction from the community. Perhaps there is a nuanced issue with how our GH file is set up? We are using all native grasshopper components for this test.
Here are the console outputs in both instances and as you can see the local instance returns 52 meshes where the deployed instance returns a null output.
Console output - Local
Console output - Deployed
Here is the GH file for good measure.
220119 - Test.gh (20.5 KB)
Any help would be greatly appreciated!