Jeremy Prowse
Jeremy Prowse
Just chiming in on this one as it is also an issue in my implementation. As @swytch stated [here](#issuecomment-1962193124) removing the following headers resolves this issue for me: ``` const...
@denolfe following up on this one. I think I've tracked down the issue. When logging out the headers being passed to the [`payload/src/uploads/getExternalFile.ts > getExternalFile (line 11)`](https://github.com/payloadcms/payload/blob/main/packages/payload/src/uploads/getExternalFile.ts#L11) function I can...
@denolfe My only other thoughts were to trace back the initial request being passed to `getExternalFile` and ensure the headers that are being passed down the line are accurate and...