You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am encountering a persistent issue in our Adyen extension to JSON parsing. The error details are as follows:
Error Message:
javascript
Code kopieren
SyntaxError: Unexpected token u in JSON at position 0
at JSON.parse (<anonymous>)
at _getPaymentObject (file:///app/src/api/payment/payment.controller.js:73:30)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async processRequest (file:///app/src/api/payment/payment.controller.js:30:21)
at async Server.<anonymous> (file:///app/src/server.js:26:9)
Context:
Function: _getPaymentObject in payment.controller.js at line 73
Invocation: processRequest in payment.controller.js at line 30
Server Entry Point: server.js at line 26
We tried to debug that error, but we didn`t find any hint of why the parsing error occures.
Maybe you can help up to fix this issue?
Best regards,
Andi
The text was updated successfully, but these errors were encountered:
Thank you for your patience. We wanted to let you know that we are still working on resolving the issue. As soon as we have more information or updates, we will inform you immediately.
If you have any further questions in the meantime, please feel free to reach out.
hi,
I am encountering a persistent issue in our Adyen extension to JSON parsing. The error details are as follows:
Error Message:
We tried to debug that error, but we didn`t find any hint of why the parsing error occures.
Maybe you can help up to fix this issue?
Best regards,
Andi
The text was updated successfully, but these errors were encountered: