I have searched all existing open AND closed issues and discussions for similar requests. I have found none that is comparable to my request.
Problem Description
on the function page have to reload the page manually to update the web page
Desired Solution you'd like
something that would allow it to reload the page automatically
Alternatives Considered
No response
Additional Context
No response
Originally created by @scorpion7slayer on GitHub (Nov 3, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/18907
### Check Existing Issues
- [x] I have searched all existing open AND closed issues and discussions for similar requests. I have found none that is comparable to my request.
### Problem Description
on the function page have to reload the page manually to update the web page
### Desired Solution you'd like
something that would allow it to reload the page automatically
### Alternatives Considered
_No response_
### Additional Context
_No response_
At what moment do you find yourself needing to manually reload the page on the Functions page and why? What's the exact situation/scenario is it that you believe warrants this issue raised? More information is needed here.
<!-- gh-comment-id:3482979907 -->
@silentoplayz commented on GitHub (Nov 3, 2025):
At what moment do you find yourself needing to manually reload the page on the `Functions` page and why? What's the exact situation/scenario is it that you believe warrants this issue raised? More information is needed here.
@scorpion7slayer commented on GitHub (Nov 3, 2025):
I have to do this when I add a feature so that it appears afterwards to configure the functions
<!-- gh-comment-id:3482984977 -->
@scorpion7slayer commented on GitHub (Nov 3, 2025):
I have to do this when I add a feature so that it appears afterwards to configure the functions
I’m not entirely sure I follow. Are you asking if the Save button can automatically return you to the main Functions page after you finish editing a function? Right now, after saving, you can click the Back button in the top-left corner of the edit page — that will take you back to the Functions list and refresh it for you.
<!-- gh-comment-id:3483041597 -->
@silentoplayz commented on GitHub (Nov 3, 2025):
I’m not entirely sure I follow. Are you asking if the **Save** button can automatically return you to the main **Functions** page after you finish editing a function? Right now, after saving, you can click the **Back** button in the top-left corner of the edit page — that will take you back to the **Functions** list and refresh it for you.
<img width="2289" height="241" alt="Image" src="https://github.com/user-attachments/assets/c73884b6-1760-463b-a532-b055e9dfb2aa" />
Oh! I believe I understand now. Simply put, you want the Functions page to update when a function has been deleted, as the deleted function isn't visibly being removed from the page and the functions count doesn't deplete by -1 until you go to another page and back to the Functions page or refresh the page while on the Functions page.
<!-- gh-comment-id:3483055884 -->
@silentoplayz commented on GitHub (Nov 3, 2025):
Oh! I believe I understand now. Simply put, you want the `Functions` page to update when a function has been deleted, as the deleted function isn't visibly being removed from the page and the functions count doesn't deplete by -1 until you go to another page and back to the `Functions` page or refresh the page while on the `Functions` page.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @scorpion7slayer on GitHub (Nov 3, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/18907
Check Existing Issues
Problem Description
on the function page have to reload the page manually to update the web page
Desired Solution you'd like
something that would allow it to reload the page automatically
Alternatives Considered
No response
Additional Context
No response
@silentoplayz commented on GitHub (Nov 3, 2025):
At what moment do you find yourself needing to manually reload the page on the
Functionspage and why? What's the exact situation/scenario is it that you believe warrants this issue raised? More information is needed here.@scorpion7slayer commented on GitHub (Nov 3, 2025):
I have to do this when I add a feature so that it appears afterwards to configure the functions
@silentoplayz commented on GitHub (Nov 3, 2025):
I’m not entirely sure I follow. Are you asking if the Save button can automatically return you to the main Functions page after you finish editing a function? Right now, after saving, you can click the Back button in the top-left corner of the edit page — that will take you back to the Functions list and refresh it for you.
@silentoplayz commented on GitHub (Nov 3, 2025):
Oh! I believe I understand now. Simply put, you want the
Functionspage to update when a function has been deleted, as the deleted function isn't visibly being removed from the page and the functions count doesn't deplete by -1 until you go to another page and back to theFunctionspage or refresh the page while on theFunctionspage.