500 Internal Server Error on POST https://api.pdfjs.express/xfdf/merge

Description:
We are encountering a 500 Internal Server Error when making a POST request to the following endpoint:

Endpoint: https://api.pdfjs.express/xfdf/merge
HTTP Method: POST

Additional details:

  • The error started occurring recently (July 11, 2024 9.43 PM UTC)
  • This endpoint was previously working as expected
  • No changes were made to our implementation before the error started occurring

Steps to reproduce:

  1. Send a POST request to https://api.pdfjs.express/xfdf/merge
  2. Observe the 500 Internal Server Error response

Expected behavior:
The API should process the request and return a successful response.

Actual behavior:
The API returns a 500 Internal Server Error.

Impact:
This issue is preventing us from merging XFDF data, which is critical for our application’s functionality.



Hi there,

It looks like you are getting error code 27, which indicates that a client side key was provided for a server side request:

Could you verify if the key was passed correctly on your end?

Best regards,
Kevin Kim