reflex icon indicating copy to clipboard operation
reflex copied to clipboard

[REF-2602] if rxconfig.py is not importable reflex fails

Open masenf opened this issue 1 year ago β€’ 1 comments

Try to import a non-existant module in rxconfig.py and it will say

RuntimeError: Cannot get the app module because `app_name` is not set in rxconfig! If this error occurs in a reflex test case, ensure that `get_app` is mocked.

Instead of showing the ImportError. This is basically un-debuggable

From SyncLinear.com | REF-2602

masenf avatar Apr 17 '24 23:04 masenf

Facing the same issue with Reflex version 0.4.9

jod35 avatar May 04 '24 21:05 jod35