onaio / fhir-gateway-extension

This repo holds the OpenSRP permissions checker and data access checker
Other
0 stars 1 forks source link

REL sync strategy with user selected locations seems to fail #69

Closed dubdabasoduba closed 1 month ago

dubdabasoduba commented 2 months ago

Context

Acceptance criteria

dubdabasoduba commented 2 months ago

Fixes https://github.com/onaio/fhir-resources/issues/3095

lincmba commented 1 month ago
<html>
<head><title>414 Request-URI Too Large</title></head>
<body>
<center><h1>414 Request-URI Too Large</h1></center>
<hr><center>nginx</center>
</body>
</html>

This is the error we get when we hit the API via postman. This was previously resolved by increasing the client header size. The PR addresses this.