Bug: settings menu home link hardcodes localhost origin #214
Labels
No labels
activitypub
admin
api
architecture
articles
auth
bug
cleanup
cli
comments
compatibility
config
contacts
content
database
deployment
design
dev-env
diagnostics
docs
documentation
email
enhancement
feature
federation
feed
health
homepage
implementation
integration
logging
mastodon
media
navigation
npm-packages
openapi
opengraph
packages
passkeys
preview
priority:high
priority:low
priority:medium
production
proof
proxy
public-routes
public-ui
release
safety
slug-api
slug-auth
slug-core
slug-federation
slug-media
slug-template
social
sources
status:active
status:canceled
status:done
status:inprogress
status:waiting
syndication
tailwind
template
test
web
webauthn
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
erik/slugkit#214
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
The main site title/link in the settings menu can point to
http://localhost:3000instead of the deployed site origin. On slugkit.com, the menu titleSlugkitlinks to localhost rather than the public site.Expected
The settings menu/home title link should use the current request origin or configured public site origin, not a hardcoded localhost URL.
Scope
http://localhost:3000.Acceptance criteria
http://localhost:3000unless the actual request origin is localhost.https://slugkit.comor the correct configured public origin.Synced from todu comment by @todu on 2026-06-28T06:19:42.082Z
Close gate
Readiness: READY
Evidence:
main.mainis fast-forwarded toorigin/mainatcaa4471, merge commit for PR #220:fix: derive public home link from request origin.Acceptance criteria: 3/3 met. Next action: close task.
Synced from todu comment by @todu on 2026-06-28T06:18:22.655Z
Review update
Acceptance criteria: 3/3 met. Blocking issues: 0. Warnings: 0.