Not Receiving Tickets in FreeScout Helpdesk (Cloudron) – 419 Errors on /polycast/receive
-
Hello everyone,
We are running FreeScout on Cloudron, and for about the last 2 hours, our organization has not been receiving any new tickets in our FreeScout helpdesk. Upon checking the system logs, I noticed repeated errors like the following:
POST /polycast/receive HTTP/1.1" 419 21 ...
App details:FreeScout version: 1.8.197
Cloudron App ID: 99b9ef3d-b524-4349-b7ab-823205ca5f58
Cloudron package version: net.freescout.cloudronapp@1.15.21
Installed at: 26/08/2020
Last updated: 11:58
From what I understand, HTTP 419 errors in Laravel (which FreeScout is based on) are usually related to session or CSRF token issues. However, we have not made any changes to the internal app configuration or the .env file—we only manage the app through the Cloudron dashboard.So far, I have tried:
Restarting the app from the Cloudron dashboard.
Verifying the incoming mail (IMAP/POP3) configuration in FreeScout.
Testing from different browsers and incognito mode.
Confirming that the server time is correct.
Despite these steps, the issue persists and no new tickets are being received by the helpdesk.Has anyone experienced this issue or knows how to resolve it?
Is there any internal configuration that needs to be changed, or is this a known bug with FreeScout on Cloudron?Here is a relevant log snippet:
POST /polycast/receive HTTP/1.1" 419 21 "https://mesa.solutoria.help/"
Any help or guidance would be greatly appreciated!Best regards,
Felipe Rubilar -
I’ve just cleared the cache, sent a test ticket, and the tickets started coming in again. Two of them were test tickets I sent myself and one is from operations. Thank you for your help — I hope this has resolved the issue at its root. If anything else comes up, I’ll report back in this same thread.
Thanks.
-
Hi again,
Unfortunately, our FreeScout helpdesk has stopped receiving tickets once more.
When I first ran the cache clear command:
sudo -E -u www-data php artisan freescout:clear-cache
it worked correctly for about 1–2 hours — tickets started coming in again during that period. However, after that time window, new incoming tickets stopped being created again.
To temporarily restore service, I had to restart the entire Cloudron server, and after that, tickets began arriving again. Even so, the behavior is still intermittent and not stable.
I also noticed a Cloudron notification that might be relevant:
Server is running out of disk space
One or more file systems are running low on space. Please increase the disk size at the earliest./dev/nvme0n1p1 (ext4) mounted at / is at 91% capacity.
Used: 350.66GB
Available: 37.02GB
Size: 387.69GBI’m not sure if this disk space issue could be causing FreeScout to stop processing incoming emails/tickets, but I wanted to mention it in case it’s related to the 419 errors or to the mail processing queue.
Do you think low disk space on the server could be affecting FreeScout’s ability to handle incoming mail, or is there anything else I should check (logs, queues, cron, etc.) on the Freescout/Cloudron side?
Thanks again for your support — I’ll share any new findings here in the same thread.