Grayson Hicks
Grayson Hicks
What @listiani13 said is correct. Following that guide should avoid any expiration, and either way, is outside the scope of what this plugin can do (it doesn't create the token)....
Opened a draft PR here @DDeme but still needs to be tested @oorestisime https://github.com/oorestisime/gatsby-source-instagram/pull/239
@panzacoder I've reopened the PR.
Looks like just a few conflicts from getting this merged. Would be a great addition to the library. Following for release! 😄
@whyboris With Gatsby 5 in general (because of React 18) you will want to install with `--legacy-peer-deps` or a package manager that does that automatically.
Hi @lezan the sandbox links above don't work, can you link to the reproduction's code?
Ideally a minimal reproduction: - Create a new Gatsby site with a starter, the official gatsby-starter-minimal starter is a great ‘barebones’ starting point here: gatsby new bug-repro https://github.com/gatsbyjs/gatsby-starter-minimal - Add...
Thanks @lezan I've triaged this now!
Can you try the v5 beta?
Tested the v4 sandbox and am seeing this (slightly different) error:  If I remove the DEV_SSR flag, it renders fine, so it must be something with that flag.