malte.huener
malte.huener4w ago

ship Buildship ship failed

When I try to ship the latest changes, buildship tells me that "Failed at building workflow". Without any further informations. How can I debug this? I reload the page also already.
No description
3 Replies
AI Support
AI Support4w ago
AI Support Bot Information
<@1237643762801315881> 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 Support
AI Support4w ago
AI Response
To debug the issue where BuildShip shows "Failed at building workflow" without further information, you can follow these steps: 1. Check for Validation Errors: - Ensure there are no validation errors in any of the node input fields. Set a validation regex pattern if you need to validate specific inputs. For example, if you need only alphanumeric characters in a field, use the regex pattern ^[A-Za-z0-9]+$. - If the values don't match the specified pattern, they will generate a validation error and prevent the workflow from being built successfully . More information on validation regex can be found in BuildShip Docs: Node Input Validation. 2. Review Workflow Logs: - BuildShip maintains logs for different operations, including building workflows. Check the logs for any detailed error messages or warnings that may indicate why the build is failing . 3. Check for Any Misconfigured Nodes: - Ensure that all nodes are configured correctly. For instance, check the input and expected output for each node. Sometimes, even minor misconfigurations can cause the workflow to fail. 4. Skip Nodes Feature: - Use the "Skip Nodes" feature to bypass specific nodes during testing. This can help you identify which node is causing the issue by skipping node execution and reusing previously tested node outputs . 5. Validate Input Data: - Ensure that the input data provided to the nodes is in the expected format and within the size limits. For example, large JSON objects can cause "request entity too large" errors. Optimize the data size or handle it in chunks if necessary . Follow these steps to identify and resolve the errors in your workflow. If you still face issues, you might want to reach out to BuildShip's support for more detailed help .
BuildShip AI Support
Gaurav Chadha
Gaurav Chadha3w ago
@malte.huener for this issue, could you please share your workflow via in-app support? We can take a look and help in resolving it.