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
I tried replacing favicon.ico by placing it in a folder /tmp
then in config reference the static folder as /tmp and path /
favicon gets correctly replaced, but a side-effect is that any other path outside static, returns 404:
localhost:6767/ renders 404 not found, but localhost:6767/index.html works fine
localhost:6767/config.json renders 404
The text was updated successfully, but these errors were encountered:
I tried replacing favicon.ico by placing it in a folder /tmp
then in config reference the static folder as
/tmp
and path/
favicon gets correctly replaced, but a side-effect is that any other path outside static, returns 404:
localhost:6767/
renders 404 not found, butlocalhost:6767/index.html
works finelocalhost:6767/config.json
renders 404The text was updated successfully, but these errors were encountered: