why I am getting MalformedSecurityHeader error? I created a plain project and tried to build it and getting this error!!

Hello, I am tring to build android apk using “eas-cli build -p android --profile preview”

I am getting this error

<Error>

<Code>MalformedSecurityHeader</Code>

<Message>Invalid argument.</Message>

<Details>Your request has a malformed header. Header was included in signedheaders, but not in the request.</Details>

<ParameterName>x-goog-content-length-range</ParameterName>

</Error>

I tried to make new project and getting the same error for a project that it literally plain and nothing changed!

what is the issue and how to solve it?