Custom gh file doesn’t work on remote compute.rhino3d

I have a gh file, which works correctly on local server.
When i host appserver in AWS, my custom gh file gives an error “Internal Server Error”.The error code is 500. Though example files run correctly in remote server.
How do i start debugging for remote server?

Hello Neo!

I encountered a similar issue the first time I attempted to run my own .gh definition on a remote server.

I recommend starting by ensuring the remote server has all the necessary plugins installed to run the .gh definition. It’s important to note that to install third-party plugins, you need to log into your VM using the username “RhinoComputeUser” and the password provided by running the second bootstrap code. Once logged in, you can install the plugin in Rhino as usual.

If this doesn’t resolve your issue, could you please provide Rhino Compute logs or browser console information? This will allow us to offer more targeted assistance.