-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
404 error when theming #33
Comments
@dorel14 Can you give a minimal executable example? |
|
@dorel14 from nicegui import ui
def main():
ui.label("Hello World")
main()
ui.run(
host="0.0.0.0",
port=8181,
title="test app",
favicon="🚀",
root_path="/webapp",
) |
HI , all my nicegui app is working well as it is behind a traefik proxy . usetheme activated usetheme off |
@dorel14 On my end, all resources fail to load. |
Really a strange behaviour
Le dim. 5 janv. 2025, 06:57, CrystalWindSnake ***@***.***> a
écrit :
… @dorel14 <https://github.com/dorel14> On my end, all resources fail to
load.
image.png (view on web)
<https://github.com/user-attachments/assets/021a5554-7e5f-4d04-9e85-3934c3b4065a>
image.png (view on web)
<https://github.com/user-attachments/assets/1bb8c0b7-77d7-4e5f-95b7-334456f292be>
—
Reply to this email directly, view it on GitHub
<#33 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACTHTNJN2PKUBCYJEEXV3E32JDCT5AVCNFSM6AAAAABUQGX4TCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNZRGUYTEOJQG4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello
I have set up latest version i set
use_theme('bootstrap4')
and on each reload i have"GET /tabulator_bootstrap4.min.css HTTP/1.1" 404
Can you help me
For information , i have set up a root_path in nicegui run
The text was updated successfully, but these errors were encountered: