next-drupal
next-drupal copied to clipboard
Next.js for Drupal has everything you need to build a next-generation front-end for your Drupal site: SSG, SSR, and ISR, Multi-site, Authentication, Webforms, Search API, I18n and Preview mode (works...
Every single call that is run uses getIndex() first, which is the base call to /jsonapi, the problem with this is that during lengthy builds, this increases calls to the...
Fixes #599 #282, dependencies in next_entity_type_config for the entity type and bundle being targeted. This pull request is for: (mark with an "x") - [ ] `examples/*` - [x] `modules/next`...
Fixes https://www.drupal.org/project/next/issues/3340189 drupal.org issue.
This pull request is for: (mark with an "x") - [ ] `examples/*` - [x] `modules/next` - [ ] `packages/next-drupal` - [ ] `starters/basic-starter` - [ ] `starters/graphql-starter` - [...
### Package next-drupal (NPM package) ### Ask the question Can you confirm whether Turbopack is fully supported or known to be broken in any way?
### Package next (Drupal module) ### Describe the feature request A clear and concise description of what the request is. If your feature request is related to a problem, please...
### Package containing the bug next-drupal (NPM package) ### Describe the bug Hey, in types.ts we have: ``` export interface DrupalTaxonomyTerm extends JsonApiResourceWithPath { drupal_internal__tid: string changed: string default_langcode: boolean...
### Package next-drupal (NPM package) ### Describe the feature request `DrupalClient.translatePath` currently returns the same value (`null`) in multiple situations: - Path is "Not Found". - A server error is...
### Package next (Drupal module) ### Describe the feature request If there is an issue making a network request from Drupal to the Next.js site, additional failing requests can be...
Slack link to convo https://drupal.slack.com/archives/C1AKSFBEW/p1676316211242009 I'm concerned on the scalability and performance if a Drupal site pushed requests to 5-10 or more Next.js sites. Drupal makes a blocking request to...