Open tvtechdir opened 1 month ago
*🆕 Untriaged**
The team has not yet reviewed the issue. We usually do it within one business day. Docs: https://github.com/toeverything/AFFiNE/blob/canary/docs/issue-triaging.md
This is an automatic reply by the bot.
how about this
- MAILER_SENDER=my name myemail@domain.com
+ MAILER_SENDER=myemail@domain.com
I was in a rush, the myemail@domain.com was written with <> on either side. Not sure if that makes a differnce.
I'm savvy enough to be dangerous with docker compose, but not knowledgable. Do I even need the MAILER_SENDER environment?
how about this
- MAILER_SENDER=my name myemail@domain.com + MAILER_SENDER=myemail@domain.com
Still getting 501 Syntax errors.
yes, MAILER_USER is used to authenticate the mailer service, MAILER_SENDER is the mail shown in sender
What happened?
I've put all my email credentials in the Compose.yaml file but continue to get 501 Syntax errors in the log. On the screen I get a GraphQL Error, Too Many Requests. Otherwise it looks like I should be able to send email, both invites and email validations.
My Compose.yaml file:
services: affine: image: ghcr.io/toeverything/affine-graphql:stable container_name: affine_selfhosted command: ['sh', '-c', 'node ./scripts/self-host-predeploy && node ./dist/index.js'] ports:
custom configurations
blob storage
Telemetry allows us to collect data on how you use the affine. This data will helps us improve the app and provide better features.
Uncomment next line if you wish to quit telemetry.
Distribution version
Linux
What browsers are you seeing the problem on if you're using web version?
No response
Are you self-hosting?
Relevant log output
Anything else?
No response