This repository has been archived by the owner on Aug 7, 2023. It is now read-only.
Replies: 1 comment 3 replies
-
maybe this error is not related to base... did you check your error logs? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In fetching data from Base, get an internal server error on my micro once the limit value exceeds the number of items/records/document in the database matched by the query minus 1. Even when I simply use fetch(), implying a limiit value of 1000 - the default, this occurs.
What could be the cause of this, and how do I resolve it?
My database currentl has less than 20 documents in it.
Beta Was this translation helpful? Give feedback.
All reactions