Skip to content

Invalid Link with password reset #1549

Closed
@ghost

Description

I have been having issues with the emailAdapter. I have it configures using the maligun with my sample code as below

var api = new ParseServer({
    databaseURI: '',
    cloud: './cloud/main.js', // Provide an absolute path
    appId: 'XXXXXXXXXXXXX',
    masterKey: 'XXXXXXXXXXXXX',
    push: {...},
    fileKey: 'xxx-x-xx-xxx-xx-xxxx,
    serverURL: 'https://someserveron.herokuapp.com/parse',
    appName: 'mytoddlr',
    verifyUserEmails: true,
    publicServerURL: 'https://someserveron.herokuapp.com/parse',
    emailAdapter: {
        module: 'parse-server-simple-mailgun-adapter',
        options: {
             apiKey: 'key-some-key-value',
             domain: 'sandbox.mailgun.org',
             fromAddress: '[email protected]'
             }
    }
});

The reset password email get sent get called but on clicking on the mail. All i get is a an invalid link result.
Same also for the account verification email that is sent to the user on signup.

I have been having this issues for the past couples of days now and i just tried testing with the v2.2.7 of the parse-server but still not luck.

Is my implementation wrong or is their something am missing.

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