Thierry Raoux
Thierry Raoux
I faced the same issue (Drupal 9.2). As per @taku3202 comment, applying Drupal Subrequests patches solved it : - [Subrequest failed validation ](https://www.drupal.org/project/subrequests/issues/3029570#comment-13151631) - [Get same results on different request](https://www.drupal.org/project/subrequests/issues/3049395#comment-13187043)
Same today with a fresh clone, while building with --no-cache. Updating caddy version as suggested by @icfmp did the trick: ``` diff --git a/api/Dockerfile b/api/Dockerfile index 49452a7..4b8cc49 100644 --- a/api/Dockerfile...
As @prakhart4 said, _we can target it in CSS_ , but in my case, it does not work with hexadecimal values, I used RGB instead : ```css .grIcon path{ stroke:...