I wrote a custom register form that works on my local machine during development, I deployed it to pythonanywhere and now the register form isn't working... what could be the problem? idk what to do exactly
register = auth.register(next="verify") locally, register takes me to /verify if there are no errors. on pythonanywhere, it reloads /login -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

