unyt-org / uix

The UIX Framework
https://uix.unyt.org
MIT License
54 stars 3 forks source link

Forms cannot be sent after backend restart #155

Open benStre opened 2 months ago

benStre commented 2 months ago

Currently, form actions are bound to temporary pointers on the backend. After a backend restart, the pointer no longer exists and any already loaded form that is submitted leads to an error. This should not happen.