SharukhGV / emergency-response-backend

An application that showcases geological phenomena along with various terrestrial and celestial events.
0 stars 0 forks source link

Errors in Index Page - Filtering with Search All Posts Breaks Page #2

Closed SharukhGV closed 4 months ago

SharukhGV commented 4 months ago

Working:

Not Working -Viewing all Posts

Errors in filtering in SearchPeople.jsx file, getting Network 304 "error code" and other error responses such as: -undefined -not a function

SharukhGV commented 4 months ago

The error was in the frontend API call. It needed to change to response.data.data instead of just response.data when GET /userposts