Reputation: 778
If I configure Laravel Horizon to run in a subdomain, what prefix should I use?
I did test leaving the value blank but ajax requests are not pointing to the subdomain.
Upvotes: 0
Views: 1586
Reputation: 31
If you configure horizon to run in a subdomain Clear config and cache using artisan command: php artisan config:clear
and then refresh the page, hope this will fix your issue!
Upvotes: 3