toeverything / AFFiNE

There can be more than Notion and Miro. AFFiNE(pronounced [ə‘fain]) is a next-gen knowledge base that brings planning, sorting and creating all together. Privacy first, open-source, customizable and ready to use.
https://affine.pro
Other
42.77k stars 2.8k forks source link

​Sign in via email doesn't work in Firefox #8890

Closed automainint closed 1 day ago

automainint commented 6 days ago

What happened?

When I enter an email and click "Continue with email", the error "Failed to send email. Please try again." shows up in the bottom-right corner.

Distribution version

Web (app.affine.pro)

What browsers are you seeing the problem on if you're using web version?

Firefox

Are you self-hosting?

Relevant log output

No response

Anything else?

No response

xoniq commented 6 days ago

Means you dont have mail stuff setup. What I find the easiest, is to use mailcatcher. Which acts like a local mailserver, with a simple UI to receive the 'emails' in.

Can then be configured in the environment variables like this:

      - MAILER_HOST=192.168.1.10 # Docker host
      - MAILER_PORT=2025 # Port to mailcatcher docker

Then it instantly works, and all emails AFFiNE tries to send will end up in that simple webinterface.

automainint commented 5 days ago

Means you dont have mail stuff setup.

I don't understand. I'm not self-hosting, I'm just trying to sign in on app.affine.pro

forehalo commented 1 day ago

it should recovered, right? there was a small downtime of the server days before

automainint commented 1 day ago

it should recovered, right? there was a small downtime of the server days before

Yes, it works now.