reflex
reflex copied to clipboard
@rx.page doesn't work inside nested folders
Nested folders.
when i add the page using page.add_page(...) it works when visit quickBio-home
but when i use @rx.page and visit /upload doesn't work (404)
Specifics (please complete the following information):
- Python Version: 3.11
- Reflex Version: 0.4.9
- OS: WSL2 Ubuntu 22.04
- Browser (Optional): Chrome
with rx.page, you'll need to import the upload function in your main file(quickBio_frontend.py) to be recognized
Nice! it works!,
I thought it was a bug, can it be added to the documentation? https://reflex.dev/docs/pages/routes/