Skip to content

🐛 Bug Report: accounts.create does not get trigger function on account created with OAuth provider #2406

@matfire

Description

@matfire

👟 Reproduction steps

  • Create a function that should get triggered on accounts.create
  • Deploy tag (my use case was creating a document in a collection)
  • Create an account with email and password from a web frontend (React in my specific case)
  • Function should get triggered
  • Create another account using an Oauth provider (Google in my case)
  • Function should not get triggered

👍 Expected behavior

Function should get triggered in both cases, when an account is created using email + password and when using a third party provider (Google, Github etc)

👎 Actual Behavior

Function gets triggered only when creating an account using email and password

🎲 Appwrite version

Different version (specify in environment)

💻 Operating system

Linux

🧱 Your Environment

Appwrite v:0.11.0.170

👀 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

Labels

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

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions