link generation for new users ignores setting of NGINX_{HTTP,TLS}_LISTEN_IP
Nobody has claimed this yet.
- Dominant language
- Shell
- Stars
- 1.3k
- Forks
- 310
- Avg merge
- 3d 12h
- Merged PRs (30d)
- 1
Description
Steps to Reproduce
- Visit e.g. https://overleaf.domain.tld/admin/register to register a new user
- Fill all requested entries, i.e. name and mail address
- Finish registration process
Expected Behaviour
The active setting of NGINX_{HTTP,TLS}_LISTEN_IP should be used, i.e. https://overleaf.domain.tld/ is contained in the invitation link.
Observed Behaviour
The final link to invite the new user contains localhost
Context
I have to correct the invitation link, i.e. replace localhost, by the correct URL.
Technical Info
N/A
Analysis
it's your turn
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing where NGINX_{HTTP,TLS}_LISTEN_IP is configured and where the registration flow generates the invitation link. Reproduce registration with the setting enabled, then verify that the resulting link uses the configured address instead of localhost.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- nginx, shell
- Domain
- infrastructure
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100