antonioribeiro / artisan-tool

Nova Artisan Tool
MIT License
35 stars 13 forks source link

no command response #2

Open pabloguerrez opened 6 years ago

pabloguerrez commented 6 years ago

after executing a command, no response is shown (see picture). artisan-tool-console-buffer request keep going, but response does not change. Tested with fresh Laravel install with only Laravel Authentication and Nova. nova

bobinrinder commented 6 years ago

For me it says the command is finished but there is no output. Tested in homestead. artisan-nova-error

agustinprod commented 6 years ago

Same problem, works @ localhost, but not on the production server

RicardoRamirezR commented 6 years ago

There is not output since the command is not executed.

rickmacgillis commented 6 years ago

Same. I'm writing a PR to fix it.

rickmacgillis commented 6 years ago

This can get closed as it's fixed in PR #3

RicardoRamirezR commented 6 years ago

Yep @rickmacgillis, thank you!

gavinhewitt commented 4 years ago

Though marked as fixed I'm having the same issue on Nova 2.7.1, artisan-tool v0.4.0. Works locally, not on production.