You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: