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

Rewrite routes to /.auth** should forward to auth server #897

Open
1 task
aeromac opened this issue Dec 1, 2024 · 0 comments
Open
1 task

Rewrite routes to /.auth** should forward to auth server #897

aeromac opened this issue Dec 1, 2024 · 0 comments

Comments

@aeromac
Copy link

aeromac commented Dec 1, 2024

Before filing this issue, please ensure you're using the latest CLI by running swa --version and comparing to the latest version on npm.

Are you accessing the CLI from the default port :4280 ?

  • No, I am using a different port number (--port) and accessing the CLI from that port
  • [ X] Yes, I am accessing the CLI from port :4280

Make sure you are accessing the URL printed in the console when running swa start!

ℹ️ NOTE: Make sure to enable debug logs when running any swa commands using --verbose=silly

Describe the bug
When adding a route rule to rewrite a route to an auth URL (/.auth**), request instead points to the static web server

{
            "route": "/api/auth",
            "rewrite": "/.auth/me"
}

Log:

remote dev server detected.

To Reproduce
Add a route rule that redirects to an auth path.

Expected behavior
Requests for rewritten routes to /.auth** should be forwarded to the auth server, not static server

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

No branches or pull requests

1 participant