Soham Datta

Results 13 comments of Soham Datta

> @chrisbonifacio I am running into the same sort of error on another tutorial: > > https://aws.amazon.com/getting-started/guides/deploy-webapp-amplify/module-two/?pg=webappamplify > > I'm assuming there needs to be a tweak in the contents...

can't access /cancellation. I'm running locally, when an account is deleted, it is redirected to http://localhost:3000/auth/logout. http://localhost:3000/cancellation is not accessible and shows 404.

@hariombalhara what are the remaining checks `required Expected — Waiting for status to be reported`?

yeah, that can be changed, i can just set x in ```email.length > x``` to the desired min length. (It is 0 right now.)

@ykdojo I'll try, thanks for the feedback!

I'll see what I can do, was thinking the same thing as well...

hi, I don't think coding for "when there's no error message, there's a space for it" would just make the code more complicated, which isn't needed. It's better if we...

Sorry for replying late. The problem is: Instead of rendering classes conditionally, we can render the whole ```error message``` conditionally instead. But I don't know how to do that and/or...

@subhoghoshX thanks, I tried it, however, but after exiting email field, the space is left over. i added: ``` {email.length && showEmailError ? ( 0 && showEmailError ? 'peer-invalid:visible' :...