I changed a page in my reflex app and it recompiled successfully. The page was not changed tho.
Any fix for this?
I changed a page in my reflex app and it recompiled successfully. The page was not changed tho.
Any fix for this?
Hi can you submit a GitHub issue for this and include more details about your setup / machine
Done.
Changes wont be saved · Issue #3971 · reflex-dev/reflex (github.com)
if you need any more details you can ask here or in github.
Best wishes
Vuki
Solution/Workaround: I recreated my project. Looks like there is an bug with state caching. I used the blank template and migrated my old files into the new project and it worked perfectly fine again.
Also no double hot relaods anymore.