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
Thank you for updating on this issue.
As you suggestion, I have manually fixed the definition.hbs in lines 63 and 67, and it shows the mesh on the web.
This is working now, I didn’t know the max and min limit of the get input doesn’t inherit the slider’s max and min input.
I will be using this more carefully then.