TypeError: appCache is undefined[Learn More]
when serving 0.0.0.0
#5361
Labels
TypeError: appCache is undefined[Learn More]
when serving 0.0.0.0
#5361
Bug Template
Describe the bug
pxt serve
is the only reliable way to share C++ code changes with others without deploying to makecode.com. By default,pxt serve
binds tolocalhost
. It is possible to tell pxt to bind to "ANY" by settinghostname
to 0.0.0.0, however this produces very strange behavior.To Reproduce
Steps to reproduce the behavior:
https://github.com/xobs/pxt-chibitronics/tree/rainbow-tape
pxt serve --hostname 0.0.0.0
Expected behavior
The server should work normally, as long as the "local token" is presented.
Screenshots
Add screenshots to help explain your problem. You can copy paste the screenshot in the github report. The .gif screen recording is very useful as well.
The text was updated successfully, but these errors were encountered: