Skip to content

🐛 Bug Report: 使用苹果账户登录 #5782

@peter100u

Description

@peter100u

👟 Reproduction steps

使用苹果账户登录, 出现了失败

  1. 拉起web版的苹果账号授权
  2. 上面显示: 使用Apple ID "email" 为 "null"创建账户
  3. 点击继续: 出现- 未完成注册

我应该都配置正确了,但是不知道问题出现在哪里

代码:

static const String endPoint = 'https://cloud.appwrite.io/v1';

_account.createOAuth2Session(
provider: 'apple',
success: "${AppwriteConstants.endPoint}/auth/oauth2/success",
failure: "${AppwriteConstants.endPoint}/auth/oauth2/failure");

👍 Expected behavior

可以正常使用apple账户授权注册,并获取相关用户信息

👎 Actual Behavior

168_1688717268.mp4

🎲 Appwrite version

Appwrite Cloud

💻 Operating system

MacOS

🧱 Your Environment

Flutter (Channel stable, 3.10.5, on macOS 13.3.1 22E772610a darwin-arm64, locale zh-Hans-CN)

appwrite: 9.0.1

👀 Have you spent some time to check if this issue has been raised before?

  • I checked and didn't find similar issue

🏢 Have you read the Code of Conduct?

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingproduct / authFixes and upgrades for the Appwrite Auth / Users / Teams services.

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions