divya.lakshman → created an issue.
Hi Team,
I see this code change as part of the 8.x-4.0-rc3 - https://git.drupalcode.org/project/page_manager/-/blob/8.x-4.0-rc3/src/P...
But the Issue ID is not present as part of the release note.
Regards
Divya
divya.lakshman → created an issue.
Hi team
After replacing
system_retrieve_file($url, $directory . $filename, TRUE, $replace)
with
$data = (string) \Drupal::httpClient()->get($url)->getBody();
return \Drupal::service('file.repository')->writeData($data, $destination, FileSystemInterface::EXISTS_REPLACE)
in my getasset() function I am getting error while fetching the third party thumbnail via the getasset() function
divya.lakshman → created an issue.
Hi team
Any update on this, since I have disabled the webp module for image to load it is affecting my website performance.
Does stage_ file_proxy have any effect on it as disabling it on dev and uat had the images loading.
As mentioned here https://www.drupal.org/project/stage_file_proxy/issues/3171559 ✨ WebP support - ImageAPI Optimize WebP Fixed
Regards
Divya
Hi
I had uninstalled the module.
Installed it back created pipeline and selected sitewide default pipeline as the new pipeline created.
Updated the image loading with lazy loading attributes.
Still the webp image path does not load goes to 404 the jpg image loads.
Thanks
Divya
divya.lakshman → created an issue.
Hi team
Any update on this?
The menu link displays works sometimes after cache rebuild.
I am using the _ domain_ entity_ get_ related_ domains on my items array and checking the domains
Regards
Divya
Any update here, I had to disable the module to make the images display on my website.
This got resolved it was a error driving from a custom module code.
divya.lakshman → created an issue.
divya.lakshman → created an issue.
divya.lakshman → created an issue.
divya.lakshman → created an issue. See original summary → .
divya.lakshman → created an issue.