Open
Description
Issue Description
After installing and configuring OpenSign with docker in local to use bucket OpenSign is not working. When uploading a file app returns error 400 with {"code":130,"error":"UnknownError"} as a response.
Expected Behavior
OpenSign should be able to upload and read from the bucket
Current Behavior
OpenSign returns a 400 bad request response with this body : {"code":130,"error":"UnknownError"}
Steps to reproduce
Install OpenSign in local with Docker Compose, use local storage -> everything is okay.
Use S3 Bucket configuration -> OpenSign returns a 400 bad request response with {"code":130,"error":"UnknownError"} as a body.
Screenshots of the issue(optional)
No response
Operating System [e.g. MacOS Sonoma 14.1, Windows 11]
Ubuntu 24.04.2
What browsers are you seeing the problem on?
Chrome, Firefox, Safari, Microsoft Edge
What version of OpenSign™ are you seeing this issue on? [e.g. 1.0.6]
2.15.0 (With 1.4.2 everything works)
What environment are you seeing the problem on?
Dev (localhost or vercel)
Please check the boxes that apply to this issue report.
- I have searched the existing issues & discussions to make sure that this is not a duplicate.
Code of Conduct
- I agree to follow this project's Code of Conduct
- I have searched the existing issues & discussions to make sure that this is not a duplicate.