Skip to content
Advertisement

Res value is null in an app.get call done from vue.js front-end to express back-end

I am calling this code from the front-end and confirmed that there is a proper db connection and that the Id value is properly passed, and that there is a corresponding value in the database, but for some reason, res is null. What am I missing?

JavaScript

Here is the front-end call:

JavaScript

Advertisement

Answer

You could try to convert your id to an objectID.

JavaScript
User contributions licensed under: CC BY-SA
8 People found this is helpful
Advertisement