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
Hm, i might need to some debug to understand what is going on when there is such a failure. That said a 500 error would be hard to solve as i dont think there will be any information in it.
pull requests welcome :)
I took a look at this, looks like the issue is with the max posts
attribute, I had this set to 1000, but when I set it to 100 the request
works as expected.
The Instagram account being used has over 1000 posts, so I assume this is a
limitation in the API, and probably needs closer inspection.
On Sun, Mar 28, 2021 at 4:27 AM Orestis Ioannou ***@***.***> wrote:
Hm, i might need to some debug to understand what is going on when there
is such a failure. That said a 500 error would be hard to solve as i dont
think there will be any information in it.
pull requests welcome :)
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#189 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAIQAVMQIJMGVUVCDE6DK6LTFYIRDANCNFSM4ZWDU6XQ>
.
When building the project with the Instagram plugin, I sometimes get the following error: Error status Error: Request failed with status code 500
I've check my access token which is valid and never expires:
The plugin is included in Gatsby config like so:
I'm using Gatsby 2, and the latest version of this plugin
Not sure why the request would some times throw a 500 and other times it pulls in the Instagram feed as expected?
The text was updated successfully, but these errors were encountered: