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:
- Send a POST request to https://api.pdfjs.express/xfdf/merge
- 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.