Hi I havea form class which looks like below:- class UserCreateForm(wtf.Form): name=wtf.TextField(\'Name\',validators=[validators.Required(),username_check])
I am having issues with my flask login form. When I run on local host I get this error. TypeError: The view function did not return a valid response. The return type must be a string, dict, list, tupl