Question: Hash Routing #843
Replies: 3 comments 4 replies
-
|
This is a better place for this. Thank you for moving accordingly! |
Beta Was this translation helpful? Give feedback.
-
|
@AlexWennerDT - in general, discussions are a better place for questions :) No, you shouldn't have to initialize any of those again. Is there anything specific that's not working? |
Beta Was this translation helpful? Give feedback.
-
|
Hi! I have previously a one page app in one .py file. All of the rendering functions, init functions, on functions and my serve function. I have now broken it up to where it is still a one page app, however I have separated the serve function into a new file. I am experiencing unexpected behavior with my client and app initializations. If I have two browsers open, I see two client initializations occur, and one ends up hitting an httpx.ConnectTimeout. I am initializing them the same as I was previously, the only difference is the initializations are separated from my serve function. I am puzzled as to why it is behaving this way. Any insight would be super helpful! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
If I initialize my client, app, and users on my app.py when I re route do specific initializations need to be done again?
Beta Was this translation helpful? Give feedback.
All reactions