Open josephshoop opened 3 months ago
Hey @josephshoop,
2 things can help you troubleshoot this:
npx @514labs/moose-cli@latest logs
<- that will give you more verbose logs about what's happeningThanks for giving moose a try!
Thanks for the help! Yup, I have another webapp running at 9000.
On Wed, Aug 7, 2024 at 3:09 PM Nicolas Joseph @.***> wrote:
Hey @josephshoop https://github.com/josephshoop,
2 things can help you troubleshoot this:
- npx @@.*** logs <- that will give you more verbose logs about what's happening
- The docker app, usually when those are not able to start it is that there is another app that is using the same port as some of the containers we spin up in the background.
Thanks for giving moose a try!
— Reply to this email directly, view it on GitHub https://github.com/514-labs/moose/issues/1678#issuecomment-2274434153, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACJIUGVXGPGBPPO2EFMHV3ZQKLJZAVCNFSM6AAAAABMFH3WLSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENZUGQZTIMJVGM . You are receiving this because you were mentioned.Message ID: @.***>
Hey there,
Trying out moose:
On trying to run dev server(mac)(docker is running...)
my-moose-app % npx moose-cli dev Created docker compose file Loaded old schemas ⢼ Starting local infrastructure Failed to start containers
Is there a verbose option to see what is going on?
Thanks,
Joe