How can I request an API server from a Frontend app between Docker containers in WordPress?
Problem I would like to request to API wordpress server(localhost:8000/wp/graphql) from frontend app by fetch function. But, the following error appeared. Server Error FetchError: request to http://localhost:8000/wp/graphql failed, reason: connect ECONNREFUSED 127.0.0.1:8000 This error happened while generating the page. Any…