![]() * Proxy backend requests on '/' to the frontend
If the optional extra `proxy` is installed, then the backend can handle all
requests by proxy unrecognized routes to the frontend nextjs server.
* Update lock file
* pre-commit fu
* AppHarness: set config frontend_port and backend_port
* integration: frontend port and backend port should return the same content
with proxying enabled by default in dev mode, both frontend and backend ports
on / should return the same content.
* Retry up to 100 times when proxying to frontend
* Reduce retry attempts to 25
Fix log level passing to subprocess
* scripts/wait_for_listening_port: primarily check HTTP responses
if the port is up or not, we don't really care... the HTTP request needs to
work and not return errors
* aiohttp is an optional dep
* adapt integration.sh for --backend-only (counter integration test)
* woops
* windows WTF?
* scratching my head 🎄
* double WTF windows
* Fix remaining integration tests
|
||
---|---|---|
.. | ||
benchmarks.yml | ||
check_generated_pyi.yml | ||
check_node_latest.yml | ||
check_outdated_dependencies.yml | ||
dependency-review.yml | ||
integration_app_harness.yml | ||
integration_tests_wsl.yml | ||
integration_tests.yml | ||
pre-commit.yml | ||
reflex_init_in_docker_test.yml | ||
unit_tests.yml |