reflex icon indicating copy to clipboard operation
reflex copied to clipboard

[BUG] Infinite redirect loop when set frontend_path in rxconfig.py

Open trungkien210493 opened this issue 9 months ago β€’ 2 comments

Describe the bug When I set frontend_path (e.g. /app) in rxconfig and try to open a non-existent endpoint. It show the 404 page and infinite redirect loop

To Reproduce Steps to reproduce the behavior:

  • Create new project by reflex init
  • Add frontend_path to rxconfig
  • Start with: reflex run

Expected behavior It should show the 404 page and does not redirect as frontend_path is None.

Screenshots

Image

Specifics (please complete the following information):

  • Python Version: 3.12.8
  • Reflex Version: 0.7.5
  • OS: Pop! OS
  • Browser (Optional): Firefox

Additional context Add any other context about the problem here.

trungkien210493 avatar Apr 15 '25 07:04 trungkien210493

Any update with this issue ??

trungkien210493 avatar Aug 12 '25 09:08 trungkien210493