Hello !
I have an application running (www.batch.cooking) and one of my clients is complaining to get a CSRF error when trying to log in.
I had a look at the error log and it reads the following:
2021-05-07 13:44:42 Fri May 7 13:44:42 2021 - SIGPIPE: writing to a closed pipe/socket/fd (probably the client disconnected) on request /menu/ (ip 10.0.0.93) !!! 2021-05-07 13:44:42 Fri May 7 13:44:42 2021 - uwsgi_response_writev_headers_and_body_do(): Broken pipe [core/writer.c line 306] during GET /menu/ (10.0.0.93) 2021-05-07 13:44:42 ERROR 2021-05-07 13:44:42,305 user_wsgi_wrapper 4 140374436718464 OSError: write error 2021-05-07 13:45:39 WARNING 2021-05-07 13:45:39,671 log 4 140374436718464 Forbidden (CSRF token missing or incorrect.): /accounts/login/
Could you help me with that ?
Thanks a lot in advance :-) Lionel