@Pedro-Kerche said in Delay in converting email to ticket:
I cleaned out the inbox. but the problem now is in the ticket part. it's not converting. it identifies the email, but does not convert. In the image I provided, he reads the email, but is no longer creating tickets. do you know what it could be?
It may be due to two reasons:
-
site_url is not correct.
-
Processing of ticket conversion URL is blocked due to any security reason.
Once check your site URL follow this path:
uvdesk.yaml file config/packages/uvdesk.yaml and find site_url, enter the localhost or domain path till public, and make sure you have removed http://
For example: localhost/folder_name/public

You can clear the cache with the php command:
php bin/console c:c
Also, you can create a new project with the latest release updates.