usefathom / fathom

Fathom Lite. Simple, privacy-focused website analytics. Built with Golang & Preact.
https://usefathom.com/
MIT License
7.55k stars 368 forks source link

Invalid username or password #330

Closed jecogeo closed 2 years ago

jecogeo commented 3 years ago

I just got fathom up and running. I followed the installation instructions step by step.

  1. downloaded the latest version (1.2.1)
  2. extracted as provided in the guide
  3. created the folder in my server's user directory (non-root user)
  4. created the .env file exactly as provided
  5. ran fathom server and saw it was working. I saw a page where I can register my site (if I remember well). But just closed this without any interaction as it looked fine and I wanted to go directly to the next steps.
  6. Registered succefully my admin user with fathom user add --email="john@email.com" --password="strong-password"
  7. Skipped the NGINX step and did the same using apache conf file
  8. enabled the site in apache
  9. created the Systemd service as provided, changing $USER to my server's non-root user
  10. Reloaded the Systemd configuration & enabled the service
  11. Started the service
  12. ran certbot --apache and got the SSL certificate. Done.

My service is up and running through HTTPS in a subdomain of my original site (the site I want to use fathom, something like https://fathom.mysite.com

But I just can't log in. I'm still getting Invalid username or password using the credentials entered in step 6 (john@email.com, strong-password). I tried to fathom user delete --email="john@email.com" and then do it again using the same credentials as before. The commands ran successfully, but still don't work.

What I am missing?