Closed (fixed)
Project:
Carbon Lite
Version:
1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Jul 2020 at 21:29 UTC
Updated:
19 Jul 2020 at 22:24 UTC
Jump to comment: Most recent
There is a PHP error thrown when this theme is used with Media field:
The website encountered an unexpected error. Please try again later.
InvalidArgumentException: The URI '/de/node/1' is invalid. You must use a valid URI scheme. in Drupal\Core\Url::fromUri()
Comments
Comment #3
tamerzg commentedIssue was in the carbon_lite overriding url variable in hook_preprocess due to a bad naming.
Fixed by removing the override at all and replaced it with the code that checks for route and attaches library appropriately.