Search code examples
node.jsapiexpressmongodb-atlas

Failed to Parse error on running lookup (aggregate) - using mongodb atlas


code of the controller used postman error

it is working on local database but not working on atlas.


Solution

  • Your lookup has typo,

    $lookup: {
      form: <<-- this needs to be "from"
    }