Unterminated string

I need some help with this one, I have a table widget that has a basic query: For some reason, when I paginate either Prev or Next the button it starts spinning and won't stop until I refresh the page, I'm getting the following Javascript error in the browser: --- VM8062:1 Uncaught (in promise) SyntaxError: Unterminated string in JSON at position 175344 (line 1 column 175345) at JSON.parse (<anonymous>) at Go (index.js:163:39) at async Kt.send (pool.js:44:9) ---
No description
Solution:
Never mind, turns out I have to adjust these nginx values: fastcgi_buffer_size, fastcgi_buffers and client_max_body_size...
Jump to solution
3 Replies
nuovo2023
nuovo2023OP2d ago
For more context, that error occurs randomly on different pagination pages.
nuovo2023
nuovo2023OP2d ago
This is odd
No description
Solution
nuovo2023
nuovo20232d ago
Never mind, turns out I have to adjust these nginx values: fastcgi_buffer_size, fastcgi_buffers and client_max_body_size

Did you find this page helpful?