Reactjs – when calling the api from server i am able to see the response but when using data.map() to iterate the data is not display in frontend in next js
when calling the API from server I am able to see the response but when using data.map() to iterate the data is not reflected in frontend in the next js First I called the API from the server side and…