Apologies for cluelessness with respect to getting my own server to work. I followed the instructions for getting the server up and running on a Google Compute VM, and it worked. (Thanks, Ryan!) M y problem now is trying to get an uplink into that server to work. From the docs, it appears all I have to do is:
(1) invoke the server with parameter --uplink-key UPLINKPASSWORD
(2) call it with anvil.server.connect(“UPLINKPASSWORD”,url=“ws://[my-url]:3030/_/uplink”)
But that doesn’t seem to do anything and it aborts with a timeout error
Any help appreciated.