Error when trying to resend a reply email [SOLVED]
Posted: Wed Sep 04, 2019 12:40 am
Script URL: https://example.com/api/index.php/v1-internal/staff/tickets/3/resend-email?replyId=1
Mods for HESK version: 2019.1.0
HESK version: 2.8.4
Hosting company: Linode VPS
What terms did you try when SEARCHING for a solution:
Write your message below:
I am using Nginx and setup with https://mods-for-hesk.readme.io/docs/nginx-troubleshooting
So.., debugging ajax callings when I want to resend the email such: is working well, but which is used to resend and Reply ID is not working and throws error:
How can I achieve to setup the system in order to use ?replyId=XX parameter in ajax callings?
Mods for HESK version: 2019.1.0
HESK version: 2.8.4
Hosting company: Linode VPS
What terms did you try when SEARCHING for a solution:
Code: Select all
The endpoint '\/api\/index.php\/v1-internal\/staff\/tickets\/3\/resend-email?replyId=1' was not found. Double-check your request and submit again
I am using Nginx and setup with https://mods-for-hesk.readme.io/docs/nginx-troubleshooting
So.., debugging ajax callings when I want to resend the email such:
Code: Select all
https://example.com/api/index.php/v1-internal/staff/tickets/3/resend-email
Code: Select all
https://example.com/api/index.php/v1-internal/staff/tickets/3/resend-email?replyId=1
Code: Select all
The endpoint '\/api\/index.php\/v1-internal\/staff\/tickets\/3\/resend-email?replyId=1' was not found. Double-check your request and submit again