shadcn
shadcn
@plach79 Thanks for the PR. Can you elaborate on what this does please? Thank you.
The `syncDrupalPreviewRoutes` is still part of the "legacy" code that was created before `DrupalClient`. I believe this is being bundled as part of. Copying it to your `_app.tsx` is perfectly...
Yes. Thank you @theRuslan
@devtim123 Are you passing `path` as the first field for the entity type? We use `path` as a control for the page size. See examples on https://next-drupal.org/guides/page-limit
> why the path field is required to override the hard limit of 50? We use `path` as a control for overriding the `size_max`. The reason we do this is...
Are you using Lando?
> ...there were some better docs on how to configure the auth (how Next interacts with Drupal). Maybe I'm missing something There's preview mode docs that goes over auth setup....
I'll take a look at this. This only happens when using the Authorization Code Grant?
@yobottehg Thanks for the detailed instructions. I'll look into this.
Yes. Right now, a new token is created when you visit the View page. It does not refresh automatically. You have to refresh the page to get a new token....