79273295

Date: 2024-12-11 22:06:49
Score: 1
Natty:
Report link

I ran into Same issue even after setting up CORS currectly adding Cache-controle and pragmain the headers request fixed it for me

 const response = await fetch(`s3bucketurl`, {
        headers: {
            "Cache-Control": "no-cache",
             Pragma: "no-cache",
        }
    });
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: SetUp