verbb / vizy

A flexible visual editor for Craft CMS
Other
43 stars 8 forks source link

Hitting maximum character limit in Vizy field #263

Closed JshGrn closed 9 months ago

JshGrn commented 9 months ago

Describe the bug

When transferring exceptionally long content fields (Privacy Policy, Terms & Conditions) I have run into this on one of our sites: image

I have taken the html from the previous Redcactor field and pasted it in the HTML of the Vizy field, even saving as draft hits this limit. I am pretty sure you can recreate this using the Lipsum generator https://www.lipsum.com/ to create over that limit in characters.

Steps to reproduce

  1. Enter over 65k characters in Vizy field
  2. Attempt to save

Craft CMS version

Craft Pro 4.5.6.1

Plugin version

2.1.11

Multi-site?

No

Additional context

No response

engram-design commented 9 months ago

This means you've hit the limit of the storage type for the field. Have a look at the "Advanced" settings for a field to pick something larger.

image
JshGrn commented 9 months ago

Lol, how embarrassing...