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
I have a multisite where I am creating posts and uploading images in the one site and just tagging the post to be added to the other. In the main site the json response includes thumbnail_images as an array, however in the other site I am getting all post info except the thumbnail_images array which is coming up null.
In my settings I am querying 2 different urls; www.site1.com/api and site2.com/api. www. site1.com/api is working perfectly but site2.com is not bringing in images.
Is this a known issue with a work around?
The text was updated successfully, but these errors were encountered:
I have a multisite where I am creating posts and uploading images in the one site and just tagging the post to be added to the other. In the main site the json response includes thumbnail_images as an array, however in the other site I am getting all post info except the thumbnail_images array which is coming up null.
In my settings I am querying 2 different urls; www.site1.com/api and site2.com/api. www. site1.com/api is working perfectly but site2.com is not bringing in images.
Is this a known issue with a work around?
The text was updated successfully, but these errors were encountered: