Solved
Adventures Do Not Load : Socket Hang Up
- August 2, 2023
- 1 reply
- 1169 views
I have the Aem-Guides-Wknd-Graphql project set up.
I installed and started the react-app via "npm start" and it loads all my adventures.
But when I click on one of the adventures like "Bali Surf Camp", I don't get any UI elements in return.
The JSON response is coming through but only the "loading" image shows up.
Attached a screenshot of my end and attached a screenshot of the error I received.
Error message is the following :
[HPM] ECONNRESET: Error: socket hang up
at connResetException (internal/errors.js:639:14)
at Socket.socketCloseListener (_http_client.js:449:25)
at Socket.emit (events.js:412:35)
at TCP.<anonymous> (net.js:686:12) {
code: 'ECONNRESET'
}
