500 internal error in api/barangay
Hi @justinbalaguer please check the code for calling api/barangay there is weird error there causing 500 error to appear.
Please use the official URL

This may be caused by Vercel's request/ response payload limit of 5MB. The barangay JSON is at least 6MB.
The streamed logs show an HTTP 413 error, which according to Vercel's docs is the error they show if the payload is too large.
This may be caused by Vercel's request/ response payload limit of 5MB. The barangay JSON is at least 6MB.
The streamed logs show an HTTP 413 error, which according to Vercel's docs is the error they show if the payload is too large.
Noted... a pagination would be necessary for this one.
This issue is connected to this issue #26 for adding API pagination.