Hi @blind. This is strange. Can you provide any error logs when you say it couldn’t create the RhinoComputeUser? But, then you re-ran the script and it did work? I’m confused a bit on this part.
Also, how are you sending your GET request for /healthcheck
or /activechildren
? Are you simply using Google Chrome? Or something like Postman? I think the reason you’re getting an error is that the production server required you to input an API Key as part of the bootstrap script. This was some arbitrary string that you created which authenticates your requests to the server. You need to include this API Key as part of the header to your requests so that the production server knows it’s you who is making a valid request and not just some random HTTP traffic (or a hacker). I recommend using an app like Postman, to send your requests because you have more control over the header information. Something like the image below should help you get started.