Describe the bug
specify REFLEX_FRONTEND_PATH=noslash reflex run
In startup the wrong url is printed:
[INFO] Started worker-1
c
App running at: http://localhost:3001/noslash/noslash/
Backend running at: http://0.0.0.0:8000
To Reproduce
Specify frontend_path without a leading slash -- it gets formatted incorrectly during to the use of urljoin having a different behavior for "relative" vs "absolute" path segments
Specifics (please complete the following information):
- Python Version: any
- Reflex Version: 0.9.0
- OS: macOS / any
- Browser (Optional): n/a
Describe the bug
specify
REFLEX_FRONTEND_PATH=noslash reflex runIn startup the wrong url is printed:
To Reproduce
Specify
frontend_pathwithout a leading slash -- it gets formatted incorrectly during to the use ofurljoinhaving a different behavior for "relative" vs "absolute" path segmentsSpecifics (please complete the following information):