-
Hello,
I'm running reflex and got the next error, does not finish compiling, stop en 86%.
```
Traceback (most recent call last):
File "", line 198, in _run_module_as_main
File "", line 88, …
-
**Describe the bug**
https://discord.com/channels/1029853095527727165/1139658820533104791/1299009470218768436
Hi! I'm reporting an issue with the Self-Hosting single port solution Dockerfile and C…
-
**Describe the bug**
I need to bundle some additional FastAPI code into reflex API so that I do not need to run separate fastapi service for additional api. I can add it, api possibly works, but I ca…
-
**Describe the bug**
When using ComponentState instances inside front-end variables for dynamic rendering of components, exceptions are raised.
**To Reproduce**
Steps to reproduce the behavior:
…
-
Hello,
I'm having a problem accessing the `ClerkState`'s `user_id` attribute in the `on_load` handler.
A minimal example of the problem I'm facing is:
```
import os
import reflex as rx
imp…
-
**Describe the bug**
Cached var are not busted when you change some values inside the var (only when there is no dependency that could trigger the cachebust)
**To Reproduce**
Steps to reproduce t…
-
Quote from @masenf in #3805
> The other big problem I see in state.py is that substates cannot redefine or override fields from a parent state. Maybe this restriction doesn't make sense anymore...…
-
**Describe the bug**
When starting reflex in production mode below example freezes inside the `pd.read_csv` call until the guniorn workers time out and with below message:
```
[2024-07-01 18:09:2…
-
Hi,
in the last days I experimented a little with Reflex & Obelisk and I thought, maybe someone could find this feedback useful. Please feel free to ignore it. Otherwise, I'm happy to elaborate and…
-
What it should be able to do
- [ ] `reflex i[nit] [appname]` - generates a fully functioning skeleton of the Reflex app
- [x] `reflex s[erver]` - serves the app
- [ ] `reflex g[enerate] routname[s]` -…