next-drupal icon indicating copy to clipboard operation
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...

Results 265 next-drupal issues
Sort by recently updated
recently updated
newest added

Bumps [faker](https://github.com/Marak/Faker.js) from 5.5.3 to 6.6.6. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=faker&package-manager=npm_and_yarn&previous-version=5.5.3&new-version=6.6.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.6.3 to 4.7.4. Release notes Sourced from typescript's releases. TypeScript 4.7.4 For release notes, check out the release announcement. For the complete list of fixed issues, check...

dependencies

Ive just started working with this module so apologies if I have missed some configuration details on how to do this. By following the [introductory configuration for content types](https://next-drupal.org/learn/preview-mode/configure-content-types) lose...

enhancement
area: next module

Hi Please I have this issue when fetching Layout Builder, I have the following code. ``` export default function LB(props){ const LB: Array = props.LBPage.layout_builder__layout; /*const pageStructure = { sectionsNum:...

Hello, I'm trying to test the new example-umami out of the box. While I'm trying to access to a node i'll get the error : Initial locale argument was not...

The routes are currently hard-coded in the HTMLRenderer: https://github.com/chapter-three/next-drupal/blob/691a4b8bcf747b13e908c3dc4423ff168128d430/modules/next/src/Render/MainContent/HtmlRenderer.php#L98-L103 We should be able to make it configurable (hook? Settings form?) to be able to add preview URLs. The previews can...

enhancement
area: next module

Not sure if this is configuration I missed…… when I turn on the (default) Iframe previewer in the Next Drupal module, all “node view” pages (for the enabled entity types)...

enhancement
area: next module

At the moment, updating Next.js entity types is not clearing any caches when configuration is updated. This means that if any of the entity pages are cached, the cached version...

bug
area: next module

I tried to emulate creating "production" version of the Next.js part with Dockerfile and Docker Compose. Was hoping to get some advices/examples on how to deploy next.js of this project...

This adds a code examples section to next-drupal.org.

documentation
area: www