Can't login after removing all bot user agents from site setting

Here’s how to fix your issue

# ssh into your server
cd /var/discourse
./launcher enter app
rails c
SiteSetting.crawler_user_agents = "*"

BTW, if your site is invite only, no bot will be able to crawl it :wink:

7 Likes