shadcn
shadcn
@sinyayadynya Any chance you can help me reproduce this? What should I configure on the Drupal site?
What if you use the `/en/jsonapi` as `apiPrefix`? Could this work as a temp solution? ```ts export const drupal = new DrupalClient(process.env.NEXT_PUBLIC_DRUPAL_BASE_URL, { apiPrefix: "/en/jsonapi", }) ``` https://next-drupal.org/docs/configuration#apiprefix
You can now install experimental releases from PRs. See https://github.com/chapter-three/next-drupal/pull/362#issuecomment-1332019345 @martdavidson Can you check out one of those releases and see if this fixes your issue? You can now set...
This issue has been automatically closed because it received no activity for a while. If you think it was closed by accident, please leave a comment. Thank you.
This issue has been automatically closed because it received no activity for a while. If you think it was closed by accident, please leave a comment. Thank you.
This issue has been automatically closed because it received no activity for a while. If you think it was closed by accident, please leave a comment. Thank you.
This issue has been automatically closed because it received no activity for a while. If you think it was closed by accident, please leave a comment. Thank you.
This issue has been automatically closed because it received no activity for a while. If you think it was closed by accident, please leave a comment. Thank you.
This issue has been automatically closed because it received no activity for a while. If you think it was closed by accident, please leave a comment. Thank you.
I see. Let me see what I can do. I'm working on a new site right now.