- Issue created by @shahin-raza
- Status changed to Active
over 1 year ago 9:52am 6 July 2023 - 🇺🇸United States max2bos
I'm also having this issue on a site running Drupal 9.5.10.
- 🇮🇳India shahin-raza Mumbai
I got the issue, the issue is related to the 'reverse_proxy' and 'reverse_proxy_trusted_headers'.
The issue occurs due to the deprecated Symfony 6 object HEADER_X_FORWARDED_ALL.
I have fixed it by setting the appropriate value in the settings.php on the server.
- Status changed to Closed: works as designed
over 1 year ago 6:06am 21 July 2023 - 🇺🇸United States vlyalko
Hi shahin-raza, I am having the same issues after the upgrade to drupal 10 and after updating a few pieces if content to test the upgrade.
What values did you have to update/add in settings.php to fix this issue? I would appreciate if you could post the fix.Thank you
- 🇺🇸United States wmfinck
The issue occurs due to the deprecated Symfony 6 object HEADER_X_FORWARDED_ALL.
I have fixed it by setting the appropriate value in the settings.php on the server.
No, I have this issue on one of three fresh drupal installs I have made the last few days, and the toolbar disappeared before I did much to the website. The line "HEADER_X_FORWARDED_ALL" was never in the settings.php file.