• Resolved pixelguy

    (@pixelguy)


    Hi there,

    If I open a category with the URL parameter “?page=all” I get an error like this:

    <strong>Error Level:</strong> E_ERROR
    <strong>Message:</strong> Uncaught Algolia\AlgoliaSearch\Exceptions\BadRequestException: Value too small for "page" parameter, expected integer between 0 and 9223372036854775807 in

    Is there any way to prevent this?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Michael Beckwith

    (@tw2113)

    The BenchPresser

    Out of curiosity, is there reason why you’re specifying a page this way? Is this a valid parameter for WordPress that I may just not be familiar with? or is it something custom added for your install?

    As is, it looks like the plugin is expecting a numerical value instead of “all”, and because it’s receiving that, throwing the error.

    Thread Starter pixelguy

    (@pixelguy)

    I guess it was a random user who tried his luck by changing the URL 🙂

    But it would be good if this didn’t lead to an error.

    • This reply was modified 3 years, 5 months ago by pixelguy.
    Plugin Contributor Michael Beckwith

    (@tw2113)

    The BenchPresser

    Understood and noted on all fronts.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘BadRequestException with ?page=all parameter’ is closed to new replies.