Marco Monti

Results 7 comments of Marco Monti

How are you planning to tackle the docs update ? Do you want to generate a docs2-0 folder under the `content` folder (https://github.com/chapter-three/next-drupal/tree/main/www/content) to maintain the 1.6 docs or how...

Thanks for answering @robdecker ! I've done some updates on the documentation. https://github.com/chapter-three/next-drupal/pull/787 Cheers!

I've also experienced this expiration token issue, causing drupal to return "Unauthorized" access for various resource calls. It think it might be related to the Next js 14 caching system,...

Hey, did you manage to make revalidation work ? I'm trying to test the Nextjs revalidatePath function but it does not seem to be working. Could you briefly tell me...

ahh I see.. but you're still working with the pages router, right ? I'm trying to use the App router, hence the usage of the new revalidatePath function, and it's...

Thanks @blyme for your suggestion! I've made it work!

@backlineint I've made the correction to the `FetchOptions` interface. So it would be ready to merge. As you commented, there are a few steps to follow in further tickets: -...