N8n Course Level 1 Execute step issue

Hi has anyone having issues with the execution step not actually returning an output on the first node?

when I try to execute to test it just keeps spinning at the HTTP Request node with no return

It sounds like your HTTP Request node might be stuck waiting for a response. Here’s how to troubleshoot:

- **Check the URL and parameters**: Ensure the endpoint is correct and accessible. [docs.n8n.io]( Filter | n8n Docs )

- **Test the endpoint externally**: Use tools like Postman to verify the API is responding as expected. [rapidevelopers.com]( How to fix n8n workflow not executing? | n8n tutorials )

- **Inspect execution logs**: Look for any errors or timeouts in the logs for more details. [community.n8n.io](Issue with nodes not executing)