Image not displaying in post content from REST API β correct URL in source code
Image not displaying in post content from REST API β correct URL in source code
At a glance
The community member connected a Test page via REST, but the image within the blog subpage content was missing. The community member noted that the image source link was visible and correct in the page's code. Another community member provided the solution, stating that the WordPress site was under http:// but should have been under https://, and after making this change, the issue was resolved.