Skip to content

fix: omit colon in webhook URL when no port is set - #141

Merged
biersoeckli merged 1 commit into
mainfrom
fix/webhook-url-port
Sep 25, 2026
Merged

biersoeckli merged 1 commit into
mainfrom
fix/webhook-url-port

Conversation

@aperolschpritz

Copy link
Copy Markdown
Collaborator

Summary

Fixes #138.

The generated webhook URL included a trailing colon when no port was set (e.g. https://quickstack.dev:/api/v1/webhook/deploy).

Change

Only append the port when window.location.port is present and not a default port (80/443).

Notes

Single-line fix in webhook-deployment.tsx.

@biersoeckli
biersoeckli merged commit c10488c into main Sep 25, 2026
2 checks passed
@biersoeckli
biersoeckli deleted the fix/webhook-url-port branch September 25, 2026 11:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Webhook includes colon for port even if no port is set

2 participants