Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom MasterSupervisor::basename breaks horizon dashboard #618

Closed
lonnylot opened this issue Jun 20, 2019 · 0 comments · Fixed by #619, FaZeRs/laravel-portfolio#71 or stefanzweifel/laravel-download-statistics-app#20 · May be fixed by jakebathman/bathmans#19

Comments

@lonnylot
Copy link
Contributor

  • Horizon Version: 3.1.2
  • Laravel Version: 5.7.28
  • PHP Version: 7.2.19
  • Redis Driver & Version: predis/phpredis 1.1.1
  • Database Driver & Version: MySQL 5.7.23

Description:

If the MasterSupervisor::basename() contains an extra ':' then the RedisSupervisorRepository::update will set the wrong master field.

Steps To Reproduce:

  1. Set your app/Providers/HorizonServiceProviders.php as shown here
  2. Navigate to the horizon/dashboard route in your browser and you will see the supervisor section is empty
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment