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

👉 Here you show how to start the server. ![image](https://user-images.githubusercontent.com/88319069/179264844-193e915b-c60f-4ccf-b13f-34a33dc41a79.png) 👉 But there are no examples of how to start a project with yarn. ![image](https://user-images.githubusercontent.com/88319069/179264892-2f0179ea-812c-4c25-a20f-188e4e5977eb.png) 👉 I am not a...

documentation
area: www

I'm getting following exception fairly consistently when visiting any of the node pages: ``` Drupal\Core\Database\DatabaseExceptionWrapper: SQLSTATE[HY000]: General error: 5 database is locked: INSERT INTO "oauth2_token" ("bundle", "uuid", "auth_user_id", "client", "value",...

enhancement
area: next-drupal

I have managed to accomplish all steps of "Get started", I added into docker-compose: ```` node: image: wodby/node:$NODE_TAG container_name: "${PROJECT_NAME}_node" working_dir: /app labels: - "traefik.http.services.${PROJECT_NAME}_node.loadbalancer.server.port=3000" - "traefik.http.routers.${PROJECT_NAME}_node.rule=Host(`node.${PROJECT_BASE_URL}`)" expose: - "3000"...

Hello, I'm on a project that uses this library and in the process of migrating towards React 18. However, because of a version mismatch with this library use of React...

This adds a hook after successful on-demand revalidation. This is useful if you then need to clear a cache such as cloudfront.

enhancement
area: next module

The Next.js entity preview feature is really powerful! It would be really useful to be able to do something similar with Next.js static paths. For example, I have a static...

enhancement
area: next module

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.17.0 to 5.30.4. Release notes Sourced from @​typescript-eslint/eslint-plugin's releases. v5.30.4 5.30.4 (2022-07-03) Bug Fixes eslint-plugin: [no-base-to-string] add missing apostrophe to message (#5270) (d320174) v5.30.0 5.30.0 (2022-06-27) Features...

dependencies

Problem: Node preview displays an error. It was suggested [here](https://github.com/chapter-three/next-drupal/issues/216) that this may be due to the required patches not being installed, but I cannot install them to a Drupal9...

I know with next-drupal front end developers do not work directly with the RESTful API endpoints. But is there a solution similar to Swagger that documents all the possible APIs...

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.17.8 to 7.18.5. Release notes Sourced from @​babel/core's releases. v7.18.5 (2022-06-13) Thanks @​underfin and @​vasicvuk for your first PRs! :bug: Bug Fix babel-plugin-transform-new-target #14611 fix: new.target with...

dependencies