- Issue created by @dunx
- π¬π§United Kingdom dunx
I updated to dev with
ddev composer require 'drupal/project_browser:^2.0.x-dev'
and get the same error. - π¬π§United Kingdom dunx
Different error message, but looks to be in a similar area to https://www.drupal.org/project/project_browser/issues/3499406 π Fix fallback logic for empty $source in browse() method to ensure config validation with improved fallback logic Active
- π¬π§United Kingdom dunx
Testing this issue with the patch at the above issue:
ddev composer config repositories.project_browser vcs https://git.drupalcode.org/issue/project_browser-3499406.git
ddev composer require drupal/project_browser:dev-3499406-fix-fallback-logic
Unfortunately didn't fix anything for me.
- πΊπΈUnited States tim.plunkett Philadelphia
Duplicate of π Symfony\Component\Routing\Exception\MissingMandatoryParametersException: Some mandatory parameters are missing ("source") to generate a URL for route "project_browser.browse". in Drupal\Core\Routing\UrlGenerator->doGenerate() (line 180 of core/lib/Drupal/ Active (even though this was opened first!)
- Status changed to Closed: duplicate
about 14 hours ago 8:23am 14 April 2025 - π«π·France dydave
See the Admin Toolbar module for the solution: π Some mandatory parameters are missing ("source") to generate a URL for route Active .