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)
---
Solution:Jump to solution
Never mind, turns out I have to adjust these nginx values:
fastcgi_buffer_size, fastcgi_buffers and client_max_body_size...
3 Replies