-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
add emailAdapter to ENV variables for parse-server-generic-email-adapter #5182
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
Comments
You do not have the package installed as the good people of nvm mentioned. You mentioned having ‘generic’ email adapter in your config? It should likely reference ‘simple’ as it’s the one you want to use. |
I just struggled with this for about 2 hours. I'm setting the env variables in a docker-compose. The important thing was to use double quotes for attributes. This is how it works:
The module needs to be installed before, I did this via a custom dockerfile as follows:
|
Issue Description
Steps to reproduce
I have the following setup and I am getting an error
parse-server-simple-mailgun-adapter: command not found
I have installed
parse-server-simple-mailgun-adapter
usingnpm i -g parse-server-simple-mailgun-adapter
Expected Results
Parse server should start with the email module setup and loaded properly
Actual Outcome
Environment Setup
Server
Database
Logs/Trace
The text was updated successfully, but these errors were encountered: