Hi,

I set web2py up on a test server with the app I'd built for UAT purposes. 

I had a UAT session with a user without any issues.

Everything has been running fine for a few days and then today when another 
user is to login and test, they complain that their password doesn't work.

I go in reset the password, logout and decide to do a test login, at which 
point I get an error with this traceback:
Version
web2py™ Version 2.16.1-stable+timestamp.2017.11.14.05.54.25
Python Python 2.7.12: /usr/local/bin/uwsgi (prefix: /usr)Traceback

1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
13.
14.

Traceback (most recent call last):
  File "/home/www-data/web2py/gluon/main.py", line 445, in wsgibase
    serve_controller(request, response, session)
  File "/home/www-data/web2py/gluon/main.py", line 184, in serve_controller
    page = run_view_in(response._view_environment)
  File "/home/www-data/web2py/gluon/compileapp.py", line 728, in run_view_in
    restricted(ccode, environment, layer=layer, scode=scode)
  File "/home/www-data/web2py/gluon/restricted.py", line 219, in restricted
    exec(ccode, environment)
  File "/home/www-data/web2py/applications/tgg/views/default/user.html", line 
320, in <module>
  File "/home/www-data/web2py/gluon/contrib/appconfig.py", line 90, in take
    (part, '-->'.join(walking)))
BaseException: domain not in config []


*The only thing different from a typical setup is that I had multi-tenancy 
turned on, which it was with the previous test user.*

It was all working beautifully yesterday. Please help

-- 
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 web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to