CORS causing my file upload to fail in a kubernetes application with fastAPI and React frontend
I have been trying to get my frontend to work with a fastAPI to upload a file to a database. I keep hitting the CORS issue, have gone through multiple stackoverflow threads but Im still not any closer to a solution.