Hi, I have been developing a web application using web2py. Most of the development has been done using the included development text editor (which has been great to use!). I'm required to use https when using the Administrative interface through my hosting provider. I get around this for now by using an ssh tunnel that allows me to connect through local host on my computer. When I log into my site with this setup (ssh tunnel), I have no problems using the site. However, when I try to log in through my site's domain directly, I get the following error:
RuntimeError: Using a recursive select but encountered a broken reference: auth_group 1 I am not sure what is different been the two access methods which would cause such an error. Does anyone have any idea how to fix this issue? Thanks, Darryl --