Hi There,
I’m facing a notification “Internal Server Error“ when opening ticket.
This notification only show when I accessing path /my-ticket/new.
172.19.0.2 - - [02/Dec/2025:08:58:04 +0000] “POST /api/method/helpdesk.api.article.search HTTP/1.1” 500 5373 “https://support-new.tma.com.vn/helpdesk/my-tickets/new” “Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 OPR/124.0.0.0”
What’s the error showing in the developer console (F12)?
1 Like
Thanks so much for your reply 
This is console:
On frappe bench you need to install corpora
./env/bin/python -m textblob.download_corpora
If on docker you need to update the dockerfile for changes to persist
Edit: you also need to install punkt_tab
1 Like
I built Frappe Helpdesk by docker followed 2 commands bellow:
wget https://frappe.io/easy-install.py
python3 ./easy-install.py deploy
–project=helpdesk_prod_setup
–email=your_email.example.com
–image=ghcr.io/frappe/helpdesk
–version=stable
–app=helpdesk
–sitename subdomain.domain.tld