- Issue created by @ifeddi
- last update
11 months ago 29,718 pass, 2 fail Does this bug occur with reverse_proxy_addresses and trusted_host_patterns properly set?
One more thing: based on your analysis I think this must have changed in that setup after upgrading from 10.0 to 10.1 due to the asset system changes in 10.1. Is that correct?
- 🇲🇦Morocco ifeddi
@cilefen Yes, the parameters are configured.
i can add that in my case i am in a factory site context with several overlays (with BLT 13.7).Concerning the upgrade from 10.0 to 10.1, I noticed changes in CSS and JavaScript aggregation, but I don't believe it affects our situation.
- Status changed to Needs work
11 months ago 2:40pm 19 March 2024 Assuming this is not a setup or a platform issue:
- Inject dependencies rather than use the \Drupal service finder.
- Hash the base URL because it's being concatenated in a string and could contain all sorts of characters.
- It failed automated tests.
- last update
10 months ago 29,714 pass, 3 fail - Issue was unassigned.
- 🇳🇿New Zealand quietone
Any commit will be on 11.x (main) and then backported as needed.
- 🇬🇧United Kingdom catch
The change looks sensible but it needs to be converted to an MR and @cilefen's comments addressed.
- 🇨🇦Canada ambient.impact Toronto
🐛 Fix mismatch of $base_url with Symfony request object Needs work may be related to this, or at least an adjacent issue.