@pixelfed @dansup I've got a problem that has just about driven me crazy trying to diagnose. Our Explore page doesn't work, despite being enabled. Dev console just shows a 403. Any ideas where to look? There's nothing obvious I can see in the diagnostics page or Horizon logs.
@piepants @pixelfed Hi,
Set `INSTANCE_DISCOVER_PUBLIC=true` in .env and then run `php artisan config:cache && php artisan cache:clear` and it will work!