It seems that at least for now, commenting out lines:
if redir: return redirect_with_hash(req, redir)
in the mentioned file (addons/web/controllers/main.py), works.
Regards.
It seems that at least for now, commenting out lines:
if redir: with_hash( req, redir)
return redirect_
in the mentioned file (addons/ web/controllers /main.py) , works.
Regards.