PurplePineapple123

Results 9 comments of PurplePineapple123

> Would need it too, especially for handling pagination. Did you ever figure out Rest pagination?

@v-octal I did manage to fix it. So the branch the CLI automatically pulled from was `cli_three.` That has the above bug and doesn't work in production. I created a...

Honestly, I was the same way and then spent probably 20 hours on this bug. For me it got to a point where it made more sense to bite the...

Are there any updates on this? I'd like an example of pagination as well

Any updates? Running into the `Invalid OAuth callback` issue as well since updating to 5.0.3.

@tolgap I'm getting a 403 error when using Nextjs ```/api``` folder and verifyRequest. If I comment out the verifyRequest portion of the below code, everything works (feels like that's kind...

@tolgap See below. I create an axios instance for an authenticated request getting the session token from app bridge. Then I pass that instance as a prop and use it...

@bcoe Thanks for the reply! Does the OAuth client only need to be instantiated with the stored refresh token once or does it need to be instantiated with each user...