Replies: 2 comments
-
|
As the documentation says:
For both users A and B the function is called individually to generate the content. |
Beta Was this translation helpful? Give feedback.
0 replies
-
It is fundamentally different whether you have: from nicegui import ui
@ui.page("/")
def index():
# page content
ui.run()and from nicegui import ui
# page content
ui.run()Provided the use of interactive elements:
That's what #4991 (comment) addresses. |
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.
-
First Check
Example Code
Description
For example, if both users A and B are accessing "/", how can A's actions not affect B?
I looked https://nicegui.io/documentation/section_pages_routing#auto-index_page
If it's a "/" page, isn't it a private page?
NiceGUI Version
2.21.1
Python Version
3.13
Browser
Firefox
Operating System
Windows
Additional Context
No response
Beta Was this translation helpful? Give feedback.
All reactions