Parameters are missing to generate a URL for route

Created on 23 February 2024, 9 months ago
Updated 29 July 2024, 4 months ago

Problem/Motivation

I am testing this module on D10 and the usage tab goes to a page with a fatal error:

Symfony\Component\Routing\Exception\MissingMandatoryParametersException: Some mandatory parameters are missing ("paragraphs_type") to generate a URL for route "entity.embedded_paragraphs.field_ui_fields". in Drupal\Core\Routing\UrlGenerator->doGenerate() (line 187 of core/lib/Drupal/Core/Routing/UrlGenerator.php).
πŸ› Bug report
Status

Active

Version

1.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States jonraedeke

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @jonraedeke
  • πŸ‡ΈπŸ‡°Slovakia tomas.teicher

    It looks like issue not related to this module. It is probably related to "Field UI" module - it has its own routes with following pattern:

    entity.{$entity_type_id}.field_ui_fields
    Where "paragraph_types" is one of entity types.

Production build 0.71.5 2024