Hi,
Most likely due to my lack of rhino.compute knowledge, the custom endpoints I created do not show up in my rhino.compute production server hosted on ec2, although they perfectly appeared in my local testing server.
Here the steps I attempted:
- Build all my custom tools in a .rhp by following the official tutorial here: custom-endpoints
- Copy and paste my .rhp file to my RDP
- Open Rhino 7 and add this .rhp through plugin manager. Double checked it’s loaded.
- Close Rhino.
- Check if my custom endpoints show up by going to /sdk route. All Rhino/Grasshopper native endpoints show up except for my custom endpoints.
Any idea which step I might have missed? Please help!