Skip to content

Remove .toLowerCase() for the cookies since it is returning a boolean

Cédric Willekens requested to merge js-error-with-cookies into development

What does this MR do?

.toLowerCase() cannot be called on a boolean.

Actions taken to fix the bug

Remove .toLowerCase() for the cookies since it is returning a boolean

Does this MR meet the acceptance criteria?

  • I have added tests to validate the fix.
  • I have updated the documentation accordingly.
  • I have added translations for all new client-side text.

Merge request reports