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
Here is a log of my steps to get Email Verification working for my aws bitnami parse server. I believe, I have everything set up correctly, but I will keep getting the 503 error until I can get the simple mailgun adapter installed into my root directory.
Please help me if you can!
Also -- My package.json file is completely empty. I have never modified this file and the only time I opened it was when I started receiving errors from the installation of the mailgun adapter. The only file that I have been modifying is the Server.js file to implement email verification.
The text was updated successfully, but these errors were encountered:
The error indicates that the package package.json following the path in the logs you sent (.../htcdocs/package.json) is the problem. Not the mailgun package.
Your package.json should not be completely empty. (it wouldn't be a .json file if it were)
If it is, initialize your server using npm init, then attempt to install the package.
Here is a log of my steps to get Email Verification working for my aws bitnami parse server. I believe, I have everything set up correctly, but I will keep getting the 503 error until I can get the simple mailgun adapter installed into my root directory.
Please help me if you can!
Also -- My package.json file is completely empty. I have never modified this file and the only time I opened it was when I started receiving errors from the installation of the mailgun adapter. The only file that I have been modifying is the Server.js file to implement email verification.
The text was updated successfully, but these errors were encountered: