Ryan Hartman

Results 17 comments of Ryan Hartman

[DrupalKernelInterface::prepareLegacyRequest](https://api.drupal.org/api/drupal/core%21lib%21Drupal%21Core%21DrupalKernelInterface.php/function/DrupalKernelInterface%3A%3AprepareLegacyRequest/8.9.x). > Deprecated in drupal:8.0.0 and is removed from drupal:9.0.0. Use DrupalKernel::boot() and DrupalKernel::preHandle() instead.

This worked for me, just confirming.

I have tried all of the above configs, and ensured my ports are open with windows firewall (using wsl) and nothing is working.

Related to https://github.com/adchsm/Slidebars/issues/237

In relation to my site, and the other issue, this worked for me: ``` [canvas="container"] { overflow-y: visible !important; } body, html { overflow-y: visible !important; } ```

This works. Can confirm this makes Drupal play nicely.

Definitely comes down to use case. In my dealings I had to account for mixed content issues, it wasn't just moving a project from one url to another, it was...