Axios GET request to fetch tweets for specific user, returns 500 error, route not being reached
I’m working on a Twitter clone and encountering an issue with fetching tweets for the authenticated user. Despite having a valid token and other routes working correctly, the /tweets/user route is not being reached and I get a 500 error. No logs from the route appear in the terminal.