We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d9e32c commit bda024fCopy full SHA for bda024f
utils/helpers.js
@@ -27,7 +27,7 @@ export const fetchResultsServerSide = (context) => {
27
userAgent,
28
};
29
30
- return cioNode.search.getSearchResults("shoes", userParameters);
+ return cioNode.search.getSearchResults("shoes", undefined, userParameters);
31
32
33
// https://nextjs.org/docs/app/api-reference/functions/headers#ip-address
0 commit comments