Needs review
Project:
Paragraphs
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Apr 2026 at 19:43 UTC
Updated:
27 Apr 2026 at 19:55 UTC
Jump to comment: Most recent
I'm seeing the error,
Symfony\Component\Routing\Exception\MissingMandatoryParametersException: Some mandatory parameters are missing ("paragraphs_type") to generate a URL for route "entity.paragraphs_type.edit_form". in Drupal\Core\Routing\UrlGenerator->doGenerate() (line 189 of core/lib/Drupal/Core/Routing/UrlGenerator.php).
In src/Entity/ParagraphsType.php, lines 85-86, paragraphs_type should be in {curly braces} instead of [square ones].
Make a MR.
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
Comment #2
benstallings commentedComment #3
benstallings commentedI don't know why the MR is not appearing above... it is open and ready to merge, at https://git.drupalcode.org/project/paragraphs/-/merge_requests/251 .