next-drupal icon indicating copy to clipboard operation
next-drupal copied to clipboard

Allow to configure basePath

Open plach79 opened this issue 3 years ago • 4 comments

This updates the SimpleOauth preview URL generator to support the basePath setting.

basePath

plach79 avatar Oct 18 '22 22:10 plach79

Someone is attempting to deploy a commit to the Chapter Three Team on Vercel.

A member of the Team first needs to authorize it.

vercel[bot] avatar Oct 18 '22 22:10 vercel[bot]

@plach79 Thanks for the PR. Can you elaborate on what this does please? Thank you.

shadcn avatar Nov 09 '22 07:11 shadcn

@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.

plach79 avatar Nov 09 '22 10:11 plach79

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?

site-config-screenshot

JohnAlbin avatar Feb 22 '24 15:02 JohnAlbin