
Hello! I am getting an error that says-
"AppwriteException: Invalid password
param: Password must be at least 8 characters and should not be one of the commonly used password.
at Client.<anonymous> (http://localhost:3000/node_modules/.vite/deps/appwrite.js?v=53df4afb:850:17)
at Generator.next (<anonymous>)
at fulfilled (http://localhost:3000/node_modules/.vite/deps/appwrite.js?v=53df4afb:488:24)"
while hitting the sign up button to create a new user in my web application.

These are my code files-

The sign up form



Validation file

The INewUser object is a simple typescript type with name, email, username and password


this is the error I am getting after hitting the submit button in my form

Switch to the network tab, look for the related request, and check the payload. Is the password in the request as expected?

It seems to be working now after i used the .env.local file and formatted it correctly, this was just after I had created the project so maybe that had something to do with it. Thank you for your time!

[SOLVED] Password Error
Recommended threads
- Stuck in Readonly Mode After Pro Subscri...
Hello team, I really need some urgent help. I recently resubscribed to the Pro plan hoping to get back into a project I created a while ago, but I'm still unab...
- Missing C++ libstdc library in Python fu...
I have a function running Python 3.12 which suddenly started dumping errors (as of today; it worked yesterday). I hadn't changed any code so I found this odd, b...
- Error during migration
my current appwrite version is 1.7.0, and i want to upgrade it to the latest version 1.7.4, since i am experiencing an issue where my appwrite console is not op...
