-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
reverse proxy support for local development #875
Comments
the way i currently do it on xplat (to be clear xplat doesn't come with this feature) is with these scripts:
im using firebase functions for the backend so i hard code using the |
used this chance to learn a bit about schematics: https://github.com/unitedhubs/reverse-proxy-schematic although not even sure how to exec the schematic after |
Hi, sorry about this. This was mislabeled as stale. We are testing ways to mark not reproducible issues as stale so that we can focus on actionable items but our initial experiment was too broad and unintentionally labeled this issue as stale. |
This issue has been automatically marked as stale because it hasn't had any recent activity. It will be closed in 14 days if no further activity occurs. |
This issue has been closed for more than 30 days. If this issue is still occuring, please open a new issue with more recent context. |
nx is about shared code and multiple apps. that means that for example, ports in development usually translate to subdomains in production. with some solutions (firebase) requiring ssl during development as well, a built-in, local certificate-generating reverse proxy may be considered a popular and helpful feature.
The text was updated successfully, but these errors were encountered: