Cannot fetch data for a component from an API
Hello,
I want to fetch data that I successfully collect from a mongodb database and then display it in a dropdown component. But I am unable to receive it and receive
This is my API, a
This is the function where I fetch this
This is the component where this function is called, also defined in
I keep seeing this:
If it is being resolved successfully, why is there undefined?
If someone could kindly guide me. I have been on this for almost two weeks. Thank you.
I want to fetch data that I successfully collect from a mongodb database and then display it in a dropdown component. But I am unable to receive it and receive
undefined instead.This is my API, a
[...param].js in folder api/calcCart:This is the function where I fetch this
usersArray. It is in index.js:This is the component where this function is called, also defined in
index.js:I keep seeing this:
If it is being resolved successfully, why is there undefined?
If someone could kindly guide me. I have been on this for almost two weeks. Thank you.
