Won't work for me in production no matter what:
protected function gate()
{
Gate::define('viewTelescope', function ($user) {
return true;
});
}
In production always gives me 403, thought the database entries are all being created.