Skip to content

requestPasswordReset returns error 108 #1784

Closed
@oproulx

Description

@oproulx

I'm calling the following function
/parse/requestPasswordReset

But it returns:
{
"code": 108,
"error": "This path is not implemented yet."
}

I've installed the mailgun adapter (package.json)
"parse-server-simple-mailgun-adapter":"1.0.0",

And configured it in the index.js
emailAdapter: {
module: 'parse-server-simple-mailgun-adapter',
options: {
// The address that your emails come from
fromAddress: 'me@mydomain.com',
// Your domain from mailgun.com
domain: 'mydomain.com',
// Your API key from mailgun.com
apiKey: 'key-XXXXXXX',
}
}

Any ideas? Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions