bigbottOriginal post
Flutter Developer
I have created a self-hosted Appwrite instance on DigitalOcean droplet.
I successfully got to login page by entering IP in the browser.
Then I got to registration page by link.
I filled out the registration form and submitted.
Nothing happens and Chrome console displays error:
Uncaught TypeError: Cannot read properties of undefined (reading 'validity')
Summary
Developers are trying to register on a self-hosted Appwrite instance, but when submitting the registration form, nothing happens and Chrome console displays an error message. The error is "Uncaught TypeError: Cannot read properties of undefined (reading 'validity')."