0

I have installed Parse Server directly from Heroku and mLab button and then Deploy to Heroku Button.

This is working fine, but now I need to set up email verification. I have installed Mailgun and Mailgun Email Verification addons directly from Heroku. Under Config vars the correct keys are all there, but I get the error

An appName, publicServerURL, and emailAdapter are required for password reset and email verification functionality. (Code: 1, Version: 1.17.2)

I was under the impression that when installing addons directly from Heroku, the settings was deployed automatically. Do I need to configure anything else after installing?

ChrisGPT was on strike
  • 127,765
  • 105
  • 273
  • 257
Neccer
  • 136
  • 1
  • 10
  • Possible duplicate of [Enabling Reset Password and email verification for parse-server hosted locally](https://stackoverflow.com/questions/36764372/enabling-reset-password-and-email-verification-for-parse-server-hosted-locally) – William George Mar 24 '19 at 00:06

1 Answers1

0

That message isn't from Mailgun; it's from the parse server itself.

You'll have to either customize the code or configure it properly. I don't think the example code gives you a way to configure appName, publicServerUrl, or emailAdapter from the environment so you'll probably have to deploy a customized instance that sets those variables. This example looks helpful.

ChrisGPT was on strike
  • 127,765
  • 105
  • 273
  • 257