Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
As title suggest local tasks by default adds "route" cache context but my client somehow avoided it. All tabs on all pages looks the same.
I am struggling to recreate this issue and I suspect this is random case because it happened more than once in last 2-3 weeks, but it seems random. Before that everything was working fine for ages. I am using Drupal 10.2.2.
Any idea or lead how this happened would help, because I am running out of ideas. Thanks in advance.
We need your help to resolve the below issue which we are facing.
Within our Drupal migration initiative from version 9 to version 10, we are in the process of adapting a custom CKEditor5 plugin designed for the purpose of managing image selection from our gallery. While attending to permission-related considerations, we have fine-tuned the permissions by configuring options for both "Anonymous User" and "Authenticated User." However, when attempting to initialize our plugin by clicking on its icon, we encounter a permission denied error.
I have setup the project. The project I got from someone.
I have a react website and it is connected with headleass drupal. When I try to login the tokens are generated but the website stuck. When I see the logs in the drupal I get these error below.
I'm using Drupal commerce + commerce API modules in decoupled Drupal project. When doing the checkout frontend (in Angular) will call some third-party APIs and get some discounts for each order items. I need to update those discount details in Drupal DB.
I tried this with /jsonapi/checkout/{order_uuid} API like below. But this does not update anything in the DB.