alephdata / aleph

Search and browse documents and data; find the people and companies you look for.
http://docs.aleph.occrp.org
MIT License
1.97k stars 263 forks source link

BUG: link to localhost on sign up #3786

Closed hjnormey closed 2 weeks ago

hjnormey commented 2 weeks ago

Describe the bug After receiving the sign up email, the link contains a locahost url:

http://localhost:8080/activate/[characters]

To Reproduce Steps to reproduce the behavior:

  1. Go to site
  2. Click on signup
  3. See signup mail

Expected behavior A link to the site, resulting in an account.-

tillprochaska commented 2 weeks ago

Hi @hjnormey, please make sure to set the ALEPH_UI_URL configuration option: https://docs.aleph.occrp.org/developers/installation/#configuration-options

Feel free to reopen this issue if this doesn’t resolve the problem.