Not work on baseUrl
Expected Behavior
Nomal
Actual Behavior
Only index.html loaded
Steps to Reproduce
You can test it on WSL2 and code-server.
export VSCODE_PROXY_URI=./proxy/{{port}}/ && code-server --disable-workspace-trust --disable-telemetry --auth none ~ --bind-addr 0.0.0.0:8888
OR WSL2 and jupyterlab + jupyter-server-proxy
jupyter lab --no-browser --ip=0.0.0.0 --allow-root --notebook-dir=~ --LabApp.token= --LabApp.allow_origin=*
and run the ComfyUI
request http://127.0.0.1:8888/proxy/8188/
Debug Logs
frontend
Other
No response
Should be fixed by https://github.com/Comfy-Org/ComfyUI_frontend/pull/472.
Please wait for the next frontend release (1.2.27) today and add --front-end-version Comfy-Org/ComfyUI_frontend@latest to your cmd line arg list to opt-in to use latest front-end.
Should be fixed by Comfy-Org/ComfyUI_frontend#472.
Please wait for the next frontend release (1.2.27) today and add --front-end-version Comfy-Org/ComfyUI_frontend@latest to your cmd line arg list to opt-in to use latest front-end.
Well, while test no pass @huchenlei