Coder Social home page Coder Social logo

Comments (4)

yongjhih avatar yongjhih commented on September 17, 2024

No, official screencast is the same with you:
https://youtu.be/o522ovITvW4?t=10m23s

from docker-parse-server.

katopz avatar katopz commented on September 17, 2024

Refer to parse-community/parse-dashboard#246
It seem like I've to enable VERIFY_USER_EMAILS but I got

/parse/node_modules/parse-server/lib/Controllers/AdaptableController.js:51
        throw new Error(this.constructor.name + " requires an adapter");
        ^
Error: UserController requires an adapter
    at UserController.validateAdapter (/parse/node_modules/parse-server/lib/Controllers/AdaptableController.js:51:15)
    at UserController.validateAdapter (/parse/node_modules/parse-server/lib/Controllers/UserController.js:60:86)
    at UserController.set (/parse/node_modules/parse-server/lib/Controllers/AdaptableController.js:80:12)
    at UserController.AdaptableController (/parse/node_modules/parse-server/lib/Controllers/AdaptableController.js:39:18)
    at new UserController (/parse/node_modules/parse-server/lib/Controllers/UserController.js:50:83)
    at new ParseServer (/parse/node_modules/parse-server/lib/ParseServer.js:232:26)
    at new _ParseServer (/parse/node_modules/parse-server/lib/index.js:34:16)
    at Object.<anonymous> (/parse/index.js:88:11)
    at Module._compile (module.js:413:34)
    at Object.Module._extensions..js (module.js:422:10)

Seem like I need mail adapter there. This setup flow is super weird tho.
BTW, how can I add adapter file in docker parse-server? scp? rsync? git push?

Thanks

from docker-parse-server.

yongjhih avatar yongjhih commented on September 17, 2024

Oh, you want to VERIFY_USER_EMAILS enabling, I'm taking look it

from docker-parse-server.

yongjhih avatar yongjhih commented on September 17, 2024

You can configure emailAdapter with environment variables:

VERIFY_USER_EMAILS=1
EMAIL_MODULE=parse-server-simple-mailgun-adapter
[email protected]
EMAIL_DOMAIN=mg.xxx.com
EMAIL_API_KEY=key-xxx

I'm not sure that email configuration will enable App Setttings and Analytics menu items or not.

from docker-parse-server.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.