self-host: GraphQLError: Cannot query field "signUp" on type "Mutation". after update docker images
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
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.
please provide a screenshot or video of how you triggered the error
using version 0.14.6
cc: @darkskygit
using version 0.14.6
![]()
cc: @darkskygit
Previously, this API existed as an internal API and has been removed from the current stable version for security reasons.
using version 0.14.6
![]()
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?
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
cc: @darkskygit