We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Before filing this issue, please ensure you're using the latest CLI by running swa --version and comparing to the latest version on npm.
swa --version
Are you accessing the CLI from the default port :4280 ?
:4280
--port
Make sure you are accessing the URL printed in the console when running swa start!
swa start
ℹ️ NOTE: Make sure to enable debug logs when running any swa commands using --verbose=silly
swa
--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. url: /.auth/me target: http://localhost:8080 customUrl: false is4xx: false remote dev server detected. Proxying request url: /.auth/me code: 200 GET http://localhost:8080/.auth/me (proxy) Connected to tcp:127.0.0.1:8080 successfully http://localhost:8080 validated successfully Connected to tcp:localhost:8080 successfully getting response from dev server GET http://localhost:4280/.auth/me - 404
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
?--port
) and accessing the CLI from that port:4280
ℹ️ 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
Log:
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
The text was updated successfully, but these errors were encountered: