Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Message content is too large and has been omitted #1053

Closed
ErykCh opened this issue Jan 31, 2024 · 2 comments
Closed

Message content is too large and has been omitted #1053

ErykCh opened this issue Jan 31, 2024 · 2 comments

Comments

@ErykCh
Copy link

ErykCh commented Jan 31, 2024

Hi,

version 2.4.0

Is there any property to increase the value for the content size so that it is shown?

Because 2KB is a bit too little.

image

@weeco
Copy link
Contributor

weeco commented Jan 31, 2024

Yes you can use: console.maxDeserializationPayloadSize to specify the limit in bytes. It defaults to 20KiB currently. We will probably add a button to lazy load these messages on demand if they exceed this size. Messages above a certain size can crash the frontend (due to limited resources) when we try to render the JSON in the DOM, this is why we introduced the limit

@ErykCh
Copy link
Author

ErykCh commented Jan 31, 2024

This would be the best solution if there was a lazy load option when it exceeds this size.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants