Currently, I am working on a Youtube tutorial where I am building a social media website. However, I have encountered a problem with the front end code. Every time I try to npm start, my webpage fails to display correctly. You can find the front end code at https://github.com/levistark1/socialsite-frontend.
Upon inspecting the elements, I have identified the errors that are appearing in the console.
The image displayed on my webpage does not match the content intended for the homepage.
https://www.youtube.com/watch?v=m_u6P5k0vP0&list=PLkAjsIAdaOruUp-gCIRkeJXzTRNwW2lG6&index=9
Despite researching similar questions from other users, I have yet to find a solution that addresses my specific issue.
One notable problem I discovered is with the <AuthRoute> React component. Removing it results in the navbar displaying, but nothing else on the page.