Closed imakin closed 7 months ago
Hmm, this is weird.
FYI, the WebUI is built and copied to the app.static_folder
location
Can confirm this issue with the latest pypi published version.
Meanwhile, you can use the older version pip install palworld-pal-editor==0.4.1
.
Fixed.
try --upgrade
or pip install palworld-pal-editor==0.4.1.post2
As for the Docker, you will need to wait a while for the first launch before opening the webpage.
Hi Thank you for the application.
However the pip and the latest main branch version doesnt work. it shows error 404 page.
how to reproduce
i notice the the assets are placed in this folder
frontend/palworld-pal-editor-webui
? but that folder is not the one pointed by thestatic_folder_path = Path(app.static_folder)
in webui.pyrunning the docker version also fails, got "The connection was reset" on the browser
docker/docker-compose.yml file: