-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hashtag Graph API function doesn't work #183
Comments
I've seen this a few times recently as well. It will sometimes start pulling correctly for me after restarting the dev server, and I can't tell what the pattern is that makes it work. I haven't had time to look into why it's failing yet, but I might have some availability in 2 weeks to take a look. |
thanks @joelmturner . I might find a free moment and try to debug it. The problem is that my experience is limited and debugging with gatsby node looks a a bit steep. Are you aware of any decent debugging guide that might be a help? |
Any reliable way to reproduce can help here :) |
I haven't been able to reliably reproduce this issue but it does seem related to #24. Something that worked for me this weekend was the following:
Since doing that, I haven't seen the errors again. Hopefully, this helps until we can find a more consistent way. I also explored updating the query in the |
The issue keeps coming up: |
I don't see the new hashtag function developed by @joelmturner in #164 working for me.
data seems simply not to be fetched.
Query same as in the example provided
Plugin config
User content is pulled correctly without specifying hashtags.
Am I doing anything wrong here?
The text was updated successfully, but these errors were encountered: