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?2 Replies
Instance settings | Windmill
Instance settings are accessible to all superadmins of your Windmill instance. This is where you manage settings and features across all workspaces. One instance can have several workspaces.
Ahhhh, no I hadn't. I just assumed that it would automatically know. Its working now, thanks for the help 🙂