Open MounirBenkas opened 2 weeks ago
@MounirBenkas can you please share the error log from your installed docker app ?
@MounirBenkas can you please share the error log from your installed docker app ?
Hello,
Thank you for your response. Here are the logs from the Docker application when I attempt to upload a file:
2024/11/21 09:49:13 stderr 2024-11-21 08:49:13 +0000 Rack app ("POST /templates_upload" - (2a01:e0a:b52:94a0:74b1:a9cc:2420:d5ef)): #<RuntimeError: failed to get urandom>
@MounirBenkas it seems like you run the app using podman (but not docker) in unprivileged move Need to run the app as root so that you can access /dev/urandom
Description of the Issue
I’m experiencing a 500 error when uploading a file in Docuseal. The error occurs on the client side (browser console).
Environment:
latest
Error Details: When trying to upload a file, I see a 500 error in the browser console. No additional logs are visible in the container output.
docker-compose.yml