You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tried to run Horizon from Supervisor and I can access backend but supervisor-1 wasn't there and there were no available processes shown. Log says:
Horizon started successfully.
Could not open input file: artisan
Could not open input file: artisan
Could not open input file: artisan
The only difference I was able to track was the full path used in Supervisor command. So I've tried one level up and Horizon output for php website/artisan horizon looks the same as above.
I guess internally Horizon tries to run another command and assumes it's always started from inside project directory?
The text was updated successfully, but these errors were encountered:
I've tried to run Horizon from Supervisor and I can access backend but
supervisor-1
wasn't there and there were no available processes shown. Log says:The only difference I was able to track was the full path used in Supervisor command. So I've tried one level up and Horizon output for
php website/artisan horizon
looks the same as above.I guess internally Horizon tries to run another command and assumes it's always started from inside project directory?
The text was updated successfully, but these errors were encountered: