- πΊπΈUnited States mikemccaffrey
Weirdly, if I have
debug
set to true fortwig.config
in mydevelopment.services.yml
, there is no issue, but if I turn that off, it suddenly starts throwing the error.
I'm having the issue reported here https://www.drupal.org/project/drupal/issues/2800799 β with a "Link to Content" field in a view if the "Use Absolute link" checkbox is checked.
Error is as follows
InvalidArgumentException: The internal path component 'https://example.com/node/8' is external. You are not allowed to specify an external URL together with internal:/. in Drupal\Core\Url::fromInternalUri() (line 419 of /app/web/core/lib/Drupal/Core/Url.php).
Closed: cannot reproduce
8.9 β°οΈ
Last updated
Involves, uses, or integrates with views. In Drupal 8 core, use the βVDCβ tag instead.
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Weirdly, if I have debug
set to true for twig.config
in my development.services.yml
, there is no issue, but if I turn that off, it suddenly starts throwing the error.