Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello Team.
I created an application with NiceGUI. However, when testing in staging I realized that the form data is shared with all users who access the application.
For example, I have an input field "Supplier Id":
survey_id = ui.input( label="Survey ID", validation={"Input too long": lambda value: len(value) < 20}, )
and if another user adds the value "123" to the form in another browser, it is possible to see the same information.
I already checked the "app.storage" and tested with and without it, but I have the same behavior.
Has anyone experienced this and know how to resolve it?
Thanks,
K. Felix
Beta Was this translation helpful? Give feedback.
All reactions