Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(nextjs): Use basePath option for tunnelRoute #8454

Merged
merged 3 commits into from
Jul 5, 2023

Conversation

lforst
Copy link
Member

@lforst lforst commented Jul 5, 2023

Fixes #8293

Prepends the tunnel route with Next.js' basePath option if it is set.

h/t to @inlet for noting figuring out that the rewrite was already correct. Thought that this was gonna be a bit more involved.

@lforst lforst merged commit dae3475 into develop Jul 5, 2023
35 checks passed
@lforst lforst deleted the lforst-nextjs-tunnelroute-base-path branch July 5, 2023 11:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Next.JS tunnelPath rewrite does not take basePath into account
2 participants