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

Hi, I'm trying to start using next-drupal, i follow the tutorial, i'm using a working drupal to test and next-drupal-basic-starter to test it. Homepage with article from the drupal work...

As far as I can understand, all the `next-drupal` methods are async and return Promises. This disallows using them inside React components unless you use `useEffect` or similar hooks. Do...

Bumps [next-auth](https://github.com/nextauthjs/next-auth) from 4.10.3 to 4.13.0. Release notes Sourced from next-auth's releases. [email protected] Features providers: ZITADEL provider (#5479) (d13997e1) Bugfixes middleware: improve handling of custom Next.js basePath (#5109) (490d59dd) ts:...

dependencies

For the Next.js project, my understanding is, when running locally (npm run dev), the project looks for a .env.local for its needed secrets for local development. But if it is...

Since it is a month of **Hacktoberfest** it would be nice to have this project submitted on #hacktoberfest/ Thanks. See more on https://hacktoberfest.com/participation.

in the context of [...slug]page, is it possible to statically generate (getStaticPaths) only the content on the default locale, and have other locales generated on demand? another question, we have...

I receive error logs as either 1. localhost is not reachable by the production site when revalidating 2. the content does not exists on localhost (testing) 3. editors see the...

question
area: next module

Hi, Could you update the changelog? Please, Thanks!!

This implements on-demand ISR using the Events API.

enhancement
area: next module

Patch "Support JSON API, REST, GraphQL and custom normalizations" fails in 8.x-1.22, this updated patch works fine with latest version.