Azhar Malik

Results 6 comments of Azhar Malik

It worked fine before the update to the latest version (2.5.5) and used the same config. ``` config :ex_aws, access_key_id: System.fetch_env!("AWS_ACCESS_KEY_ID"), secret_access_key: System.fetch_env!("SECRET_ACCESS_KEY"), region: "eu-west-1", json_codec: Jason ``` Then we...

@gBillal I'm willing to work on the PTZ backend code.

I already included `:multipart` dependency and got the same error. Is there anything I need to change in my code? ![image](https://github.com/swoosh/swoosh/assets/6176136/d76056c1-84b4-4672-9b54-cb2e71c3de1e) I don't see any required changes in the doc.

Same error ``` (UndefinedFunctionError) function Multipart.Part.file_content_field/5 is undefined or private ```

Issue resolved after updating to the latest version. Thanks all.