I built the environment on AWS Windows Sever 2019 according to deploy.md.
The version information could be got from my desktop computer by accessing http://my_server_Adress /version.
I tried to run the file in the compute.rhino3d-samples to get the results of the calculation on this server, but it produced an error in the form of the following.
I thought it was an Auth error because of 401, so I tried the RhinoAccount password and the Compute.Rhino3d AuthToken created by a team with a core-hour billing license, but the error didn’t change.
What else is required for authentication?
Did you set up an API key when you ran the bootstrap script? Those samples and the RhinoCompute.cs file that they use need to be updated to send the API key in the correct header. I’ll get that done ASAP!