mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-07-25 04:15:36 -04:00
[GH-ISSUE #155] Register as admin redirects to localhost even when acces by ip #73
Reference in New Issue
Block a user
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?
Originally created by @Fabaderheld on GitHub (Aug 1, 2025).
Original GitHub issue: https://github.com/Drop-OSS/drop/issues/155
When you click the "register as admin" button the redirect points to localhost:3000 even when you access it via IP and a different port.
Running Version v0.3.0-nightly.2025.08.01 #b72e1ef
regards
Faba
@DecDuck commented on GitHub (Aug 1, 2025):
Try setting
EXTERNAL_URLin the environment variables to however you access it.@Fabaderheld commented on GitHub (Aug 1, 2025):
Yeah this fixed it, is there a more detailed documentation mentioning this, than the one on the github page?
regards this as fixed
Thanks
@DecDuck commented on GitHub (Aug 1, 2025):
I'll add it to the Quickstart template
Register as admin redirects to localhost even when acces by ipto [GH-ISSUE #155] Register as admin redirects to localhost even when acces by ip