I’m very excited and been learning Rhino Compute last couple of weeks, but the learning curve of this backend/webserver concepts are quite steep that I have faced a lot of issues along the way.
Basically, I want to run a custom .gh code on Rhino Compute, visualizing a small box on webpage. But it gives me an error of Meshing failed: component "Mesh Brep" (72ed398b-a578-4f58-9974-055a23635e73) on rhino.compute terminal and also Exception ThrownSystem.NullReferenceException: 'Object reference not set to an instance of an object.' on the line 912 of GrasshopperDefinition.cs
I’ve installed Virtual machine on my pc and installed a clean rhino grasshopper without any plugin but it still gives the same error.
Additionally, I’ve turned off the firewalls in order to check but still shows the same issue.
Could anyone confirm that at least the dresser example work on their end?
One thing to keep in mind is that not all of the definitions will work in the /view endpoint. The definition you post should.
Not sure why the mesh brep component is failing though. Do you mind sharing that definition?