DEV Community

Jakub
Jakub

Posted on

My biggest fuck up of 2022 (so far)

I broke our signup flow at Raport. There was no option to sign up for our app for nearly 6 days. All of this in production.

So recently we made some big changes, implemented payments, new email notifications and changed our legal documents. All of the stuff you need to sell and become sustainable business.

In the last moment we also decided to make a better signup page. We thought that checkbox to comply with our Terms of Service is not necessary. And instead we will display simple text with information about agreement with our policies.

Everything was tested and looked good, so I pushed the changes to production and we carried on with marketing and sales.

But as it turned out, I forgot to remove validation logic for old checkbox and the signup form returned a validation error.

Of course with removed checkbox this error was invisible to users and the whole process was confusing. You clicked "Create account" and nothing happened.

Only 6 days later, it came to our mind that something must be wrong, because no one is signing up.

Everything is fixed now, but according to our data and previous CTR we lost around 15 potential clients in that week.

And how's your year going?

Top comments (0)