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
Thanks for the feedback, I forgot to put this situation in the js build document.
PyWebIO uses cdn by default for frontend resources, but only builds and uploads js to cdn when releasing a stable version. In dev version (the version string contains dev), PyWebIO will ingore cdn setting and always uses the local js file.
For local dev build, you need to set cdn=False to specify the use of local js files.
pywebio/__version__.py
from the git repository differs from the one made available from https://code.aliyun.com/wang0618/pywebio/repository/archive.zip even after following the instruction to generate the minified js file.Workaround: add
dev
to__version__
or setcdn=False
when callingstart_server
.Environment Information
The text was updated successfully, but these errors were encountered: