Bartosz Gadomski
Bartosz Gadomski
FYI, I solved this by creating custom Docker image and modifying the `$hideWebgrindProfiles` variable during the image build process: ``` FROM jokkedk/webgrind:1.9.2 # WordPress requests goes through index.php file, while...
+1 to this; we're also seeing this reported in logs. ``` [23-Apr-2024 10:42:09 UTC] Deprecated: Creation of dynamic property Fastly\Configuration::$apiKeys is deprecated in /var/www/public/plugins/vendor/fastly/fastly/lib/Configuration.php on line 193 ```
Hey all, I noticed the issue can be reproduced when at least one block uses the legacy `apiVersion` 2. In that case, the Block Editor is rendered inline and not...