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
Right now, I have a problem where I am unable to get the JSON resource when I run this using hugo server. In particular I get the following error:
Start building sites …
ERROR 2020/11/14 02:48:35 Failed to get JSON resource "https://api.instagram.com/oembed/?url=https://instagram.com/p/BWNjjyYFxVx/&hidecaption=0": Failed to retrieve remote file: Bad Request
If you feel that this should not be logged as an ERROR, you can ignore it by adding this to your site config:
ignoreErrors = ["error-remote-getjson"]
Built in 287 ms
Error: Error building site: logged 1 error(s)
Could you let me know where in your code you are making this request to instagram and how I can remove it? Thank you very much!
The text was updated successfully, but these errors were encountered:
Thanks so much for building this!
Right now, I have a problem where I am unable to get the JSON resource when I run this using
hugo server
. In particular I get the following error:Could you let me know where in your code you are making this request to instagram and how I can remove it? Thank you very much!
The text was updated successfully, but these errors were encountered: