Email or username:

Password:

Forgot your password?
Top-level
Andrew Cook :hokkaido:

@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.

2 comments
dansup

@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!

Go Up