I’m Stuck Debugging
Hello, I vibe Coded a mini app for a catering service here in Chile. It receives events from a basic funnel that takes an order from a landing page to an automated whatsapp where the service is detailed and sold. The app connects the events with college students that have pickup trucks and want to Work part time. Heres my actual bottle neck: I’m currently stuck debugging a feature where the students can Apply to Work for the catering by submitting the documents of their cars: insurance, certificate of ownership, etc. the app its supposed to show the admin (me) all the postulations and the docs attached to each one. I rate limited the submitting, limites the size of the documents and connected a supabade DB to the form of application to recieve them, but it seems a cache problem for my app because when i tell claude that i need to see the documents attached, it changes the code but dosent fix the problem
I thought of just connect a google forms for the postulations but in the future I want to scale the service and I need it to be all centralized on one app. It may be simple for most of y’all but my Claude code cannot solve the problem