I have a sprite running a nats-server on port 4222. I verified I can access the server using the localhost proxy that sprites makes, but I can’t seem to connect via the public URL.
❯ nats --server nats://localhost:4222 pub hello world
16:18:53 Published 5 bytes to "hello"
❯ sprite -s nats-loves-sprite url
URL: https://nats-loves-sprite-bmpy.sprites.app
Auth: public
❯ nats --server nats://nats-loves-sprite-bmpy.sprites.app:4222 pub hello world
nats: error: read tcp 192.168.50.240:54086->169.155.48.226:4222: i/o timeout