Problem/Motivation

Several 4.x implementations specify social_auth_*.settings_form in their hook_help and *.info.yml implementations, causing a Route "social_auth_github.settings_form" does not exist." error on install.

Steps to reproduce

Install the module from Drush. Observe the route does not exist error.

Proposed resolution

Correct the help route to help.page.social_auth_discord.

As per the docs, correct the *.info.yml:

configure: social_auth.network.settings_form
configure_parameters:
  network: discord

Remaining tasks

User interface changes

API changes

Data model changes

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

jcandan created an issue. See original summary.

jcandan’s picture

Title: Fix route social_auth_*.settings_form does not exist » Fix route social_auth_discord.settings_form does not exist

jcandan’s picture

Status: Active » Fixed

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

  • jcandan committed a1f16cda on 4.0.x
    feat: #3571410 Fix route social_auth_discord.settings_form does not...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.