Needs work
Project:
Clientside Validation
Version:
4.0.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Apr 2021 at 07:11 UTC
Updated:
5 Feb 2025 at 06:15 UTC
Jump to comment: Most recent
Comments
Comment #2
avpadernoComment #3
nikunjkotecha@Mahesh
Please apply patch from https://www.drupal.org/project/drupal/issues/1988968 and share exact steps to reproduce.
Comment #4
maximkashubaThe error happens when the library `cv.jquery.validate` is added by BigPipe and compressed.
I just disabled the library compressing in hook_library_info_alter as:
now it works.
Comment #5
poindexterous commentedPatch #234 for issue 1988968 helped me with this issue. the errors in the console were also preventing CKeditor in a layout builder popup module from rendering. I'm running drupal 9.2.7
Comment #6
drupalninja99 commentedI am experience the same exact issue with layout builder
Comment #7
gnuget#4 worked for me.
Thanks!
Comment #8
liam morlandWe were having this problem. It was preventing CKEditor from loading in Layout Builder blocks. We added the hook implementation in #4 to one of our modules and that fixed it for us.
The problem also went away if we disabled clientside_validation_jquery.
Comment #11
andikanio commentedJust wanted to inform that when you suddenly got this error on May 2024.
It was caused by this https://community.cloudflare.com/t/jsdelivr-expired-certificate-may-2024...
jsdelivr SSL Expired, should be changed into other cdn.
the config should be located in /admin/config/user-interface/clientside-validation-jquery-settings
Comment #12
nikunjkotechaPlease raise MR against 4.0.x (last development branch)