Hi,
I have a production server provisioned by forge and a laravel 5.5 app with PHP 7.1. I installed horizon and configured it according to my needs including queues by Redis and Daemon according to laravel documentation. I have not enabled Auth for Horizon for now.
When I try to access /horizon, I get this whoops and the status code of request is 403. I am not sure what is the problem here.
On my local machine and development VPS (provisioned by forge and app is deployed by forge too), it is working perfectly.
Attached is a screenshot of the error.
Any help and guidance will be appreciated.
Thank you


I have not enabled Auth for Horizon for now.
If you do not provide a specific authentication callback, Horizon will only be available in the local environment. Horizon should never be publicly accessible, as this would be a major security issue.
I have not enabled Auth for Horizon for now.
If you do not provide a specific authentication callback, Horizon will only be available in the
localenvironment. Horizon should never be publicly accessible, as this would be a major security issue.
How to do this ?
I mean how rather where do I provide this specific authentication callback?
Thanks
Most helpful comment
If you do not provide a specific authentication callback, Horizon will only be available in the
localenvironment. Horizon should never be publicly accessible, as this would be a major security issue.