Any solution for this issue? I am also facing the date caching issue in webform for anonymous users, today's date is showing one day late.
I have checked for the 10.4.X also, there it's not working. It's giving the same error.
shahin-raza โ created an issue.
The above patch is giving an issue while upgrading Drupal core version 10.0.9 to 10.2.3. I am using PostgreSQL database version 13.13.
Below is the issue, during drush updb:
Exception thrown while performing a schema update. constraint path_alias__path_alias__revision_id__key of relation "path_alias" does not exist
Kristen Pol โ credited shahin-raza โ .
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.
shahin-raza โ created an issue.
shahin-raza โ made their first commit to this issueโs fork.
shahin-raza โ created an issue.
shahin-raza โ made their first commit to this issueโs fork.
shahin-raza โ created an issue.
I have created the patch to fix the cache invalidation for the translated content.
shahin-raza โ created an issue.
This patch will resolve this task.
shahin-raza โ created an issue.