Lucas HicksL
Windmill16mo ago
2 replies
Lucas Hicks

port used for resume URLs

Hi, I've written a approval script for my flows, when generating resume urls with
wmill.get_resume_urls()
, it keeps generating urls for port
8080
even though my windmill server is sitting on the default port
80
. Therefore, whenever I try to use the generated resume urls, it fails and I am forced to manually switch the url to use port 80.

For dev, I've just got the windmill server up and running using
docker compose up
. Is there any other config I need to do to get resume URLs working?
Was this page helpful?