next-drupal
next-drupal copied to clipboard
Allow to configure basePath
This updates the SimpleOauth preview URL generator to support the basePath setting.
Someone is attempting to deploy a commit to the Chapter Three Team on Vercel.
A member of the Team first needs to authorize it.
@plach79 Thanks for the PR. Can you elaborate on what this does please? Thank you.
@shadcn
@plach79 Thanks for the PR. Can you elaborate on what this does please? Thank you.
Sorry for not being more explicit, it allows to work with a Next app having a basePath config value different from '', e.g. being served at https://example.org/next/, while https://example.org/ is reserved for another website.
How is this different than just setting the base path as part of the base url on admin/config/services/next/sites/[some-site]/edit?