Docker Database passwords must be validated

Thanks for reporting an issue! Spend 60 seconds reading this…

  1. Before reporting, make sure you have the latest version of Wappler.
  2. Make sure you have searched the forum first for similar issues being reported
  3. If it is a general web related issue - do a Google Search first
  4. Issue tracker is only for bugs and feature requests, in English only.
  5. Learn how to report bugs effectively

======== TEMPLATE BUG FORM ========

Wappler Version : 2.9.0
Operating System : Catalina

Expected behavior

What do you think should happen?

It should create the MariaDB.

Actual behavior

What actually happens?

How to reproduce

  • Detail a step by step guide to reproduce the issue
  • A screenshot or short video indicating the problem
  • A copy of your code would help. Include: JS, HTML.
  • Test your steps on a clean page to see if you still have an issue

Just create a target and enter a root password like “X$8zp>@8nF4{pnk=wiUa”.

It appears, generally speaking, that the password length is too long or there is an invalid character in the string. A validation should appear on the password fields. I was able to execute the create by truncating the password.

Truncating the password does resolve the issue.

1 Like