When I upload one PDF file in Sign module it's crash a server, for bit second server is closed and start again.
Normal PDF is working but in my PDF there is a images in background (watermark) .
Same Database I restored in my local it's worked.
Same DB, Same Code, Same File - in local - Work Fine
In server not working
Is there any configuration in server ?
Please Help me out
Thanks in advance
Thanks so much,
I also added this lines in the 2 files,
odoo18.conf: limit_request = 8192
/etc/nginx/sites-enabled/app.conf:
client_max_body_size 50M;
proxy_read_timeout 600s;
proxy_send_timeout 600s;
Now it's working,
Thanks Again.