Api2 Internal error when specifying page size

I’m working on a final version of Api2 connector and I keep getting 500 error when I try to query the pageSize.

The same query is getting me results in another connector.

Note the URL in “Query2” is https://agileas.manager.io/api2/inventory-items?pageSize=418 which is the same url getting me the 500 error in the previous screenshot:

However, this query successfully retrieves the data! See this result:

There’s one difference though, the first query has no fields selected in the parameters and the only query parameter is the pageSize, the second query has fields selection as well as pageSize which I don’t think should pose a problem but it’s still a handy piece of info.

Another possibility that came to my mind is the possibility that call limits exists, in this case, it would be useful to know about these limits.

Having thought of this …

I retested the first connector only this time I specified the fields parameter and it worked.