Back to Zulip

Discord

templates/zerver/config_error/discord.html

12.0741 B
Original Source

{% extends "zerver/config_error/social-container.html" %} {% block error_content %}

You are attempting to use the Discord auth backend , but it is not properly configured. To configure, please check the following:

  • You have added {{ root_domain_url }}/complete/discord/ as the callback URL in the OAuth application in Discord Developer Portal. You can register OAuth apps at Discord Developer Portal.
  • You have set {{ client_id_key_name }} in {{ auth_settings_path }} and social_auth_discord_secret in {{ secrets_path }} with the values from your OAuth application.
  • Navigate back to the login page and attempt the Discord auth flow again.

{{ super() }} {% endblock %}