No response on any node and Error when testing Flow
Hi,
It seems like no matter which node I am testing, I get this error
Failed to execute workflow: Error: TypeError: NetworkError when attempting to fetch resource.
And when I test a node (I am mainly testing OpenAI API), I get no response. is there something wrong in my setup? Here I tested a simple call just to make sure everything causes an error. I've also tried the AI Chatbot template and get the same error and an empty response when testing the node individually

7 Replies
AI Support Bot Information
<@347725114990788611> you can react on the relevant answer (message) with a ✅ in this thread when you think it has been solved, by the bot or by a human!
Anyone can react on this message with a ❌ if the GPT bot is unhelpful or hallucinating answers.
Please note: Team members will review and answer the questions on best efforts basis.
AI Response
The error you are experiencing, "TypeError: NetworkError when attempting to fetch resource," typically indicates a network connectivity issue, suggesting there might be a problem with making requests to external APIs, like OpenAI, due to network constraints or incorrect configuration.
Here's a checklist to help diagnose potential issues:
1. Network Issues: Ensure that there are no internal or external network restrictions that might be blocking access to the external APIs you are trying to reach. Checks might include firewall restrictions or internet connectivity issues.
2. API Key and Endpoint Configurations: Verify that the API keys used in the configurations are correctly input and that the endpoints are correctly spelled and formatted. Typos or incorrect URLs can lead to these errors.
3. CORS Issues: If you are testing through a web application, make sure there are no CORS (Cross-Origin Resource Sharing) issues. CORS errors often cause network-related errors like this one.
4. Node Configuration: Double-check the BuildShip node settings for any misconfigurations such as incorrect API endpoints, headers, or incorrect payload formats.
5. OpenAI API Restrictions: Check if there are any restrictions on the OpenAI API or other service APIs that might block the request, such as rate limits or permissions.
6. BuildShip Status: Ensure that the BuildShip platform itself is operational and there are no known outages that could affect workflow executions related to external API calls.
If after checking the above points the issue persists, please consider reaching out to BuildShip support for a more in-depth assistance to review your workflow setup. They might be able to pinpoint the exact problem if it's related to configuration or platform-specific issues.
BuildShip AI Support
Have you altered any of the node logic? If not it would suggest it is just a temporary connection error, try again.
No, I've just tried running the template. I've created and delete it and tried running nodes individually. Nothing works, is there anything you recommend I try out?

Clear cache on your browser, the warning about the cookies and CORS seem to be the issue
Hi @RareCandy09, we are sorry for this issue. We will add a fix ASAP and will update you.
@RareCandy09 You can refresh and try testing flows again it should work now.
It is working now! Thank you so much 🙏