Closed upkarlidder closed 3 years ago
The def results(request, search_id):
method calls make_csv(search_id, laws_list)
to create the CSV file.
I believe this causes the 502 reported above if there are a lot of results and the resulting CSV file is big. I commented out make_csv
call and the search works now.
:wave: Hi! This issue has been marked stale due to inactivity. If no further activity occurs, it will automatically be closed.
Error 502 in browser.
Recent change that could be causing this: #87
Server logs: