Hello,
I have ran the compute.rhino3d /view
examples successfully and everything works.
Now I want to try some simple custom .gh file but it gives me error.
Uncaught (in promise) TypeError: Cannot read properties of null (reading 'objects')
at decodeObjects (VM3 d8b1a10c-5a11-41…-874ab3555bea:88:18)
at VM3 d8b1a10c-5a11-41…-874ab3555bea:62:17
It seems that doc.objects() is returning null. But manually sending GET request to the http://localhost:3000/solve/fatbox.gh?height=100&width=100 endpoint seems to return well.
Can you try running my simple .gh code?
fatbox.gh (5.3 KB)