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...
Hi, I've found an issue with the path's translation. Drupal set both [node:title] languages, but when I switch between them in the Next SSR, it doesn't find the "/en/[node:source:title]-Spanish path"...
Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) and [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom). These dependencies needed to be updated together. Updates `react-dom` from 17.0.2 to 18.2.0 Release notes Sourced from react-dom's releases. 18.2.0 (June 14, 2022) React DOM Provide...
Hi guys, First of all, great work! We are doing a PoC if the next module is a good fit for us and everything seems to be working so far....
Fix for locale prefix when config option useDefaultResourceTypeEntry is set to true
Hi, thanks for great work with Next-drupal! I’m implementing Redis caching for our project and was wondering could it be possible to have support for setting cache key expiration time?...
DrupalNode type definition is missing the **body** prop
Hi, I'm back! ;) This time, trying to run through https://next-drupal.org/guides/umami-demo. Where I ultimately get stuck (which is weird, since that didn't happen with the quickstart guide) is: ``` %...
Hello, I am facing a weird behavior in Drupal : When I click the node title directly in the `/admin/content` list, I correctly access the preview page with the preview...
Graphql
Hello, just looking into using this module but I'll be using graphql rather than the rest api. Just wanted to check if it will work in particular with Incremental Static...