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

tamerzg created an issue. See original summary.

  • tamerzg committed 23d5d1a on 1.x
    Fix #3157057 remove custom override of url variable.
    
tamerzg’s picture

Status: Active » Fixed

Issue 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.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.