Hi there, I am using `typesense-instantsearch-adap...
# community-help
p
Hi there, I am using
typesense-instantsearch-adapter
with
react-instantsearch-nextjs
and enabled
routing
option there. Everything works fine. But if I manually add any negative number there, it throws this error
Error: 400 - Parameter page must be an unsigned integer
with Internal server error on my site. So my ques is, how can I validate
page
and/or other params before adapter makes a request?