I have a sprite running a service which was started with sprite-env services start –cmd my-command –http-port 8080 but HTTP requests to the public URL aren’t spinning the sprite back up. Here’s my get output:
```
{“name”:“islands”,“cmd”:“/home/sprite/islands/start-dev.sh”,“args”:,“needs”:null,“http_port”:8080,“state”:{“name”:“islands”,“status”:“running”,“pid”:307,“started_at”:“2026-01-21T18:56:30.54948737Z”,“next_restart_at”:“0001-01-01T00:00:00Z”}}
```
If I sprite console -s my-sprite then the sprite starts up and I can access the public endpoint again. Other sprites I’ve created haven’t had this issue. I’m wondering if there’s logs somewhere I can pull to see what’s happening.