You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i specify the static directory with static param,refresh the index.html with some static resource such as js and css, the page will be hang up by reload multi-times except first time is normal.
BTW:
When I comment this line to lost javascript and css style :
#app.static("/static", "./static")
but it is normal no matter how many times I refresh.
hmm I probably should just push the static native version I have and publish, I will see if I can fast ship this one in the next week + some other fixes.
Describe the bug
When i specify the static directory with static param,refresh the index.html with some static resource such as js and css, the page will be hang up by reload multi-times except first time is normal.
BTW:
When I comment this line to lost javascript and css style :
#app.static("/static", "./static")
but it is normal no matter how many times I refresh.
main.py
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: