ERROR:errors:Unknown error caught in API - Method Not Allowed
Traceback (most recent call last):
File "/procedure/prozorro_sale/procedure/errors.py", line 60, in request_errors_middleware
return await handler(request)
File "/procedure/prozorro_sale/procedure/auth.py", line 35, in token_middleware
return await handler(request)
File "/procedure/prozorro_sale/procedure/auth.py", line 41, in accept_language_middleware
return await handler(request)
File "/procedure/prozorro_sale/procedure/auth.py", line 51, in request_type_middleware
return await handler(request)
File "/procedure/prozorro_sale/procedure/auth.py", line 57, in request_context_middleware
return await handler(request)
File "/usr/local/lib/python3.7/site-packages/aiohttp/web_urldispatcher.py", line 870, in _handle
raise self._http_exception
aiohttp.web_exceptions.HTTPMethodNotAllowed: Method Not Allowed
INFO:aiohttp.access:10.244.1.1 [10/Oct/2019:08:54:08 +0000] "GET /api/procedures HTTP/1.1" 500 212 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36"