Skip to content

requestPasswordReset returns error 108 #1784

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
oproulx opened this issue May 13, 2016 · 3 comments
Closed

requestPasswordReset returns error 108 #1784

oproulx opened this issue May 13, 2016 · 3 comments

Comments

@oproulx
Copy link

oproulx commented May 13, 2016

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!

@drew-gross
Copy link
Contributor

You probably need a newer version of Parse Server

@oproulx
Copy link
Author

oproulx commented May 13, 2016

I'll try that now...I'm using "parse-server": "~2.0",

@drew-gross
Copy link
Contributor

Yep, you definitely need a newer version. 2.2.9 is the most recent.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants