Hi everyone! I'm currently working on a Task Management application using React for the frontend, Python for the backend, and Vertex AI for some AI features. However, I'm facing some huge challenges. I had to split my backend into two APIs because it was crashing, but now my frontend isn't functioning correctly. The backend seems to be running fine since I'm not receiving any error messages, which is making things frustrating. I'd really appreciate if someone could take a look and help me figure this out! My frontend does have a working navbar and some modals, but the rest of the pages are just not displaying anything, even though the API responds with a 200 status. Here are the links to my projects: [Backend](https://github.com/monique-ferreira/ache-flow-back/), [Frontend](https://github.com/An4lu/AcheFlow), [AI](https://github.com/monique-ferreira/ache-flow-ia).
2 Answers
It sounds like you're in a tough spot! Can you clarify what specifically isn't working? Have you checked the browser's console for any hidden errors? Sometimes a blank screen means there's an issue with rendering, not necessarily with the API. If everything is 200 in the API, maybe try adding some logging in your frontend to see where things might be breaking. It's super useful to track down the problem! Also, if you can pinpoint when it started happening, that might offer clues.
You mentioned there are no errors, but you might need to dig a little deeper. Check what the API is returning in the network tab of your browser’s developer tools. Even if you're getting 200 responses, there could be issues with the actual data being sent back. It could also help to isolate the issue by commenting out parts of your code or using console logs throughout your app to see where it stops functioning correctly.

Related Questions
How to Build a Custom GPT Journalist That Posts Directly to WordPress
Cloudflare Origin SSL Certificate Setup Guide
How To Effectively Monetize A Site With Ads