typicode / hotel

🏩 A simple process manager for developers. Start apps from your browser and access them using local domains
MIT License
9.98k stars 424 forks source link

Hotel daemon not starting (macOS) #344

Open remy opened 5 years ago

remy commented 5 years ago

Using macOS 10.14.5 (18F132) (Mojave) and node @ 10.41.1 and latest hotel.

I found that hotel start reported it had started, but the daemon wasn't running (as confirmed by curl http://localhost:2000 - gives no connection).

I was able to work around by running launchctl start hotel and then the daemon starts up. I'm not sure why user-startup doesn't make it run, but figured it was worth filing an issue (even if closed) so that others can find the work around.

typicode commented 4 years ago

Hi @remy,

Unfortunately I won't be able to test locally as I don't have a Mac anymore, but if anyone wants to have a look :+1:

Btw thanks a lot for your projects! :)