You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I reduce the amount of arguments to 3, it works correctly. Also, by stepping through the code above, I notice that the $args array in line 47 does indeed not have numbered keys, but named keys, which is why it fails.
The text was updated successfully, but these errors were encountered:
HappydaysAS
changed the title
Undefined array key 3 on getProfiles endpoint when using page_size
Undefined array key 3 on getProfiles endpoint when using more than 3 arguments
Feb 16, 2024
I believe the issue is that you are using page_cursor with page_size. I don't believe you can use both at the same time (as page_cursor encodes a fixed page_size from the initial query.
I will look into this further to see if I find anything else to share.
I have the following line of code
This give me the following error
If I reduce the amount of arguments to 3, it works correctly. Also, by stepping through the code above, I notice that the $args array in line 47 does indeed not have numbered keys, but named keys, which is why it fails.
The text was updated successfully, but these errors were encountered: