Cannot get WP Json from WordPress
-
I have a JSON data which I want to get from my wordpress headless CMS site here.
const wpUrl = "https://jameslaiproductions.ml/wp-json/wp/v2/posts";
However, I received a network error when getting data from this url.
On the other hand, I am successful in getting data from any of the two url below:
const wpUrl = "https://test.frontity.org/wp-json/wp/v2/posts"; const wpUrl = "https://oncoinfo.it/wp-json/wp/v2/posts";
I suspect that the issue is with my WordPress or shared server hosting settings. But I can’t seem to identify the problem & solution to this problem. Please refer to the sandbox link below to view the replicated problem. Any idea how to solve this problem?
https://codesandbox.io/s/epic-sanderson-zpm8n?file=/src/component/Test01.js
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Cannot get WP Json from WordPress’ is closed to new replies.