My custom endpoint doesn't show up in rhino.compute production env

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:

  1. Build all my custom tools in a .rhp by following the official tutorial here: custom-endpoints
  2. Copy and paste my .rhp file to my RDP
  3. Open Rhino 7 and add this .rhp through plugin manager. Double checked it’s loaded.
  4. Close Rhino.
  5. 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!