Open polskais1 opened 1 year ago
@polskais1 Do you have any posts uploaded to your Instagram account?
Maybe there are some restrictions for external connections in your local environment?
What PHP version are you using?
What theme are you using? Can you try switching to a default theme?
Hi @ciorici
Posts are uploaded and public on both accounts I've tried.
I don't seem to have any restrictions between the two. Generally network traffic and routing resolves correctly on both environments and I haven't had discrepancies with third party APIs so far.
PHP version 7.4.27
I'm not currently using a WP Zoom theme - just a custom theme that's extending the default WordPress Theme
Just a little update: I'm able to still place a feed in a page using the provided short code for that feed, however the Gutenberg block is not available.
I'm running into an issue where the WP Zoom preview is not able to populate a feed for my Instagram account in Wordpress Admin. Steps I've gone through:
wp-content/plugins
, and using Composer)From there, the preview window's spinner icon just keeps rotating. The network call to
https://pratt.ups.dock/?wpz-insta-widget-preview=true&_wpz-insta_user-id=26326&_wpz-insta_user-token=...
never resolves (presumably) due to the following error:It seems like the
body
in this case is undefined and I'm not sure why the catch isn't catching. I don't see the log from that block in my console. https://github.com/wpzoom/instagram-widget-by-wpzoom/blob/b53ff14c4c3b2fc777a0f75bf5ccac1d76b8bf71/class-wpzoom-instagram-widget-settings.php#LL1878C21-L1878C21Any help is greatly appreciated!