jmvl
jmvl5w ago

Input too large error (prod) and working in test

I'm running a custom node that is running some JavaScript function that is basically parsing an HTML page and evaluating the variables to render an HTML page for an email. The node works in test environment but in production environment I have input too large error. Is there any difference between prod and test in build ship? Can anyone help? That would be awesome.
Solution:
@jmvl The response from the logs - input&output is too large and is not an error or issue, we are excluding very large JSON responses in the logs system currently and displaying the above message, it should work correctly if you connect it with your client (frontend) and send the response. We'll update the limit and will improve the UX around this. You'll still be able to use the output in the next nodes.
Jump to solution
1 Reply
Solution
Gaurav Chadha
Gaurav Chadha5w ago
@jmvl The response from the logs - input&output is too large and is not an error or issue, we are excluding very large JSON responses in the logs system currently and displaying the above message, it should work correctly if you connect it with your client (frontend) and send the response. We'll update the limit and will improve the UX around this. You'll still be able to use the output in the next nodes.