AFFiNE icon indicating copy to clipboard operation
AFFiNE copied to clipboard

self-host: GraphQLError: Cannot query field "signUp" on type "Mutation". after update docker images​

Open alissa-tung opened this issue 1 year ago • 5 comments

What happened?

GraphQLError: Cannot query field "signUp" on type "Mutation". after update docker images​

Internal Server Error

Distribution version

Web (app.affine.pro)

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

Chrome

Are you self-hosting?

  • [X] Yes

Relevant log output

No response

Anything else?

0.14.0-beta.5 is okay, 0.15.0-beta.4 and newer is not

alissa-tung avatar May 12 '24 21:05 alissa-tung

Issue Status: 🆕 *Untriaged

*🆕 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.

affine-issue-bot[bot] avatar May 12 '24 21:05 affine-issue-bot[bot]

please provide a screenshot or video of how you triggered the error

darkskygit avatar May 13 '24 13:05 darkskygit

using version 0.14.6 Screenshot 2024-05-17 at 21 55 52 Screenshot 2024-05-17 at 21 56 18 cc: @darkskygit

agfianf avatar May 17 '24 14:05 agfianf

using version 0.14.6 屏幕截图 2024-05-17 at 21 55 52 屏幕截图 2024-05-17 at 21 56 18 cc: @darkskygit

Previously, this API existed as an internal API and has been removed from the current stable version for security reasons.

darkskygit avatar May 17 '24 15:05 darkskygit

using version 0.14.6 屏幕截图 2024-05-17 at 21 55 52 屏幕截图 2024-05-17 at 21 56 18 cc: @darkskygit

Previously, this API existed as an internal API and has been removed from the current stable version for security reasons.

Thank you. And I am curious about is there any way to sign up an account without setting email provider?

alissa-tung avatar May 26 '24 06:05 alissa-tung

If you want to use Google Gmail as email provider

      - MAILER_HOST=smtp.gmail.com
      - MAILER_PORT=587

and MAILER_USER is you email, MAILER_PASSWORD is you Google password for app, 16 characters without space

alissa-tung avatar May 27 '24 14:05 alissa-tung