Avatar for the reflex-dev user
reflex-dev
reflex
BlogDocsChangelog

Branches performance

Pull requests

feat: add vite_allowed_hosts config option for Vite dev server#6147
last run
18 hours ago
feat: add vite_allowed_hosts config option for Vite dev server Add a configurable `vite_allowed_hosts` field to `rx.Config` that controls whether `allowedHosts: true` is set in the Vite dev server configuration. This allows users running Reflex in Docker, Codespaces, or behind a reverse proxy to opt-in to allowing all hosts, preventing 403 Forbidden errors from Vite's host header validation. Default is `False` (original behavior, Vite only allows localhost). Users can enable it in rxconfig.py: config = rx.Config(app_name="myapp", vite_allowed_hosts=True) Or via environment variable: REFLEX_VITE_ALLOWED_HOSTS=true reflex run
18 hours ago
5170c6f
milochen0418:feat/vite-allowed-hosts-config
CodSpeed Performance Gauge
-3%
Unlink broken symlinks in the assets folder Certain build environments, such as docker bind mounts, can create symlinks that exist, but cannot be overwritten for whatever reason. So we unlink those for Simon 🎁
10 days ago
644a2bb
masenf/unlink-bad-symlinks
CodSpeed Performance Gauge
0%
Set allowOverlay/readonly based on editable Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
11 days ago
c348bd7
IEC1:IsaiahChin/data-editor-dropdown-cell-support
CodSpeed Performance Gauge
-1%
fix: Pyright should be much happier now, but why?
9 days ago
77cf085
abulvenz:add-possibility-to-skip-serialization
CodSpeed Performance Gauge
-1%
© 2026 CodSpeed Technology
Home Terms Privacy Docs