shadcn

Results 1086 comments of shadcn

@TheRuslan what does the pattern (path alias) for the node type looks like? You should use `[node:source:title]` so that Next.js can automatically create the paths. ![path-alias-page](https://user-images.githubusercontent.com/124599/162932224-c96ab816-41f4-45f4-9a40-9adb2aef95ce.jpg)

> Maybe we can check node for system field "content_translations" somewhere in getPathsFromContext or buildPathsFromResources and return only such path which is exist in both nextjs and drupal locales? We...

Looks like some env variables are missing or not configured. What's in your `.env.local` file?

> The value at .i18n has an unexpected property, localePath, which is not in the list of allowed properties (defaultLocale, domains, localeDetection, locales). This was a recent change in how...

Anything in the Drupal logs? A server error is usually something went wrong on the Drupal side. Can you check the log and see? Does the site build `yarn build`?

did you see the short video guide? https://next-drupal.org/learn/quick-start/create-role Does this help? I’ll work on improving the access tokens documentation.

I understand. Configuring access token takes some work/configuration right now. Note that you don't need to manually create the tokens. You create a client/consumer and copy and paste the client...