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...
I am looking for a way to do this, I am already handling redirects but this is more custom. I am seeing that node/NID is not part of the response...
I have configured the preview site, everything is working, I'm able to see the Next site on the iframe in Drupal. But if I login in Drupal I get a...
Hey, this is something you're already aware of based on these comments but is an issue in our configuration: ``` // Fix for subrequests and translation. // TODO: Confirm if...
Drupal 10.1 introduced the LinkSet endpoints from decoupled_menus modules: https://www.drupal.org/project/drupal/issues/3227824 https://www.drupal.org/project/decoupled_menus So the https://www.drupal.org/project/jsonapi_menu_items module seems some kind of deprecated in this regard. Documentation would also need to be updated:...
What setting is needed for adding Basic page instead of Aricle?
I want to pull limited fields and only the tree for the getMenu. What is the way to achieve the same. Tried few things as below but did not worked...
It would be nice to have use tokens from the entity during the revalidation part. The use case I have is when a user creates a redirect via the Drupal...
Hi all, sorry for my bad english. I use drupal as Identity for a frontend in next.js with the "Authorization Code Grant". After upgrading core and various contrib modules i...
Suppose you add a node and leave that unpublished. When visiting the preview tab, a normal user will see the following error message: ``` The website encountered an unexpected error....
Looking for advice. I'm looking for the best way to get a link to a newly created resource. I'm creating a resource on the fly. After creating that resource, I...