Hi all
I' work with V7
I've enable the Secure flag, but now i've this error..
127.0.0.1 - - [28/Nov/2025 15:01:13] "GET /jam/css/bs5/fonts/bootstrap-icons.woff2?dd67030699838ea613ee6dbda90effa6 HTTP/1.1" 304 -
Traceback (most recent call last):
File "c:\python310\lib\site-packages\jam\wsgi.py", line 484, in login
user_info = task.on_login(task, form_data, {'ip': ip, 'session_uuid': session_uuid})
File "TheWill", line 3, in on_login
users.set_where(user_name = form_data['user_name'])
File "c:\python310\lib\site-packages\werkzeug\datastructures\structures.py", line 192, in __getitem__
raise exceptions.BadRequestKeyError(key)
werkzeug.exceptions.BadRequestKeyError: 400 Bad Request: The browser (or proxy) sent a request that this server could not understand.
127.0.0.1 - - [28/Nov/2025 15:01:19] "POST /login.html HTTP/1.1" 200 -
127.0.0.1 - - [28/Nov/2025 15:01:19] "GET /jam/css/bs5/bootstrap.css HTTP/1.1" 304 -
127.0.0.1 - - [28/Nov/2025 15:01:19] "GET /jam/css/bs5/bootstrap-icons.css HTTP/1.1" 304 -
any suggestion?
thanks
Fabio