Baptiste Doré
Baptiste Doré
Hi @shadcn, yes both patches (decoupled_router and subrequests) are applied to the Drupal. Despite the fact that i regenerated all link Alais in Drupal (there where OK on the json),...
Thank you ;) i'm only at the beginning, but i'll try :D
So, after setting another source of drupal, i got the issue again (i know :) ) I'm having the issue on the drupal on path: https://sneo.fr/fr/router/translate-path?path=blog/my-article is not returning proper...
Did you configure correctly getParams function ? For me i added .addInclude(["field_paragraph.field_other_paragraph"]) Example for my node page ``` js if (name === "node--page") { return params .addInclude([ "field_image", "field_paragraphe.field_image", "field_paragraphe.field_paragraph_col",...
For those who are interested, this is my patch. [add_locale_to_translatePath.patch](https://github.com/chapter-three/next-drupal/files/10519686/add_locale_to_translatePath.patch)