Rohit Joshi
Rohit Joshi
**Describe the bug** We have multilingual site where we have translated simple config object. When we try to get the config language specific, its not working **To Reproduce** - Setup...
https://github.com/chapter-three/next-drupal/blob/main/packages/next-drupal/src/client.ts#L1323 - Directly calls the `fetch()` method while calling drupal api to get the access token and not considers/uses the fetcher if added any. Use case - - My drupal...
### Package next-drupal (NPM package) ### Describe the feature request I was checking the login flow on nextjs site with next-auth where user needs to login to site using creds....
Steps - - Run command say `drush acsf-tools-ml updb` while there are no sites available and it will give below error `[error] Impossible to fetch the list of sites. If...
Issue - #750
Controllers in Drupal-10.2.0 are auto-wired. Ref - https://www.drupal.org/node/3395716 To have a new rule to check this (its mostly DX) (I know more general issue for different components - https://www.drupal.org/project/drupal/issues/3409787)
We have multilingual app For some requirement we had to change the url alias pattern of a content type. For this, we used `entity:save` command to just load and save...