Hii I have created a aws virtual machine and deployed the rhino compute by creating api key and auth token. I have been calling the health check api from my js code but it is giving me following error
I don’t know exactly what your request header looks like, but it doesn’t appear as though the key your using for your API key is set correctly. The header should include a key/value pair where the key is called RhinoComputeKey and the value is whatever you set your API key to when you ran the bootstrap script. Does this help?
I was wondering why the key name in js compute-rhino-3dm package is wrong. because of that I was not able to get the results. Is there anything we can do here ?