BuildShip

B

BuildShip

Join the community to ask questions about BuildShip and get answers from other members.

Join

❓・buildship-help

🌇・showcase-and-share

💬・general

Output is not a string: Post-mortem of a bug in which we didn't get any support

Today I reported bug #238909, I didn't get any support and my app was broken because of this bug. Case: I have an API Call shipped one month ago and never changed after that. Today it stopped working, meaning that my users couldn't use my app. It looks like BuildShip did an update that corrupted my API Call shipped to production and all the manual copies I had done. Actually, if I duplicate a flow now, the copy misses a lot of fields so it's not functional....

I need help for a school project and idk what to do

So basically I'm using flutterflow to make an app, and the app is going to be used by our school nurse to be able to easily access data from her records. The app is meant to show statistics of bmi classifications of the students (normal weight, overweight, underweight). My current problem rn is idk how to do the part where you're able to upload an excel file to be converted into data. Someone told me I should use buildship but i'm pretty new to coding itself, would really appreciate the help...

DDoS protection

In what way is BuildShip DDoS protected? Especially what happens with our credits if a DDoS attack happens?

Alert of low credits

Is there no possibility for an alert that sending out E-mails as soon as the credits reach a lower limit? We already have daily error and weekly usage reports in Pro planning, so this should be fairly easy to setup for you. Though I hope this gets into the free version. You would also benefit from it by adding this feature into the free version so people get a message on low credits and they are likely to pay a new plan 😉...

Buildship Infinite execution HELP

Hey, i was running a simple file conversion of 100 rows of xlsx to json using 3rd party api call, this same call was able to complete in 5seconds in postman but here its taking forever, and why there is no option to stop or cancel the execution, last time it wiped of my 80k worth credits.
No description

access file from "download" node for gemini

Hi, in order to have gemini analyze a image in the multimodal gemini node I need to attach an image to the api call. So I am using the download node to download the file, but I am having trouble accessing the actual file. Please have a look at the screenshots, ...
Solution:
Hey @Thomas, I've responded to your support request addressing the issues in your workflow. Here's a quick recap: I've reviewed your workflow and identified a couple of issues that I've addressed below: - There was an issue with the download node not automatically creating intermediate folders. We've now updated the logic to create folders according to the flat file structure....
No description

FILE UPLOAD - Retry limit exceeded - [object Object]

Hi, quick question. What is the limit for the loop of Base64 file upload to Buildship storage?...

None of our API calls are working

Is Buildship down right now? For some reason none of our API calls are working right now nor can we see any of our logs on any of our workflows. This is the 3rd or 4th time we’ve experienced this with Buildship and we have no idea why. It’s extremely frustrating because our app is live in production and our users are unable to schedule orders. And the fact that this constantly keeps happening where our backend is essentially down and we can’t see our logs is extremely concerning and makes me thi...

Most Efficient Method to Insert an If-Statement Node

Hi Buildship team and community, does anyone know a more efficient way to introduce a if-statement/branch node into a long workflow without needing to drag each of the downstream nodes into one of the branches? Thank you!

Supabase Trigger issue

Hey, I'm currently creating a Supabase trigger. Previously I've already implemented creating and updating SB table rows and there was no issue with their interactions. I followed these instructions on how to create a trigger (https://docs.buildship.com/triggers-database/supabase-trigger). It says that the Integration should be created automatically on Supabase after I click Connect and ship the workflow, but it didn't work. I don't see anything new in my Supabase project. Could you, please, share some ideas on how to create Supabase Trigger?...
Solution:
HI @AnnAutumn I tested the Supabase trigger it is connecting and creating a webhook. Are you checking it at project settings --> integrations --> database webhooks? Try deleting and re-authenticating the connection....
No description

Integrating with FlutterFlow using the "Trigger BuildShip Workflow"

I'm integrating with FlutterFlow using the "Trigger BuildShip Workflow" library and I am running into a "AssertionError: status code must be a number" JSON error in FF when testing a POST API Call (FF-->BS). Both platforms are connected. The FF configuration checksout (I think). I think the problem is how I have configured trigger in buildship. Can anyone help?

Workflow not updating and only working on "test"

Hello @Gaurav Chadha I've just sent an in app support request. It seems like one of my workflows is broken and only works on test it but not production. This is really urgent and it would be good if you can take a look. I also added a log node and it seems like the workflow is not being updated because the log node is just being ignored.

how to solve this Error in Get Query Param1

here are some screenshot of the flow
No description

OpenAI Text Generator - Error 429. Current quota exceeded.

Hey guys, so clearly OpenAI has a limit on calls. I'm on the free version of Buildship. Is there any way to get more OpenAI calls?
Solution:
HI @rbharvr you'll be require to purchase OpenAI credits and add a key to make this work. The OpenAI quota is not related to BuildShip workspace credits.
No description

I can’t create an account please I need help . I’m new to this space

I have tried to create an account but it keeps showing this , what can I do ? #buildship @BuildShip 😫
Solution:
clear browser cache
No description

Ai Chatbot help

Hi everyone. Im a student tasked with building a conversational AI chatbot that can speak to the user like a friend. I have to try and a unique factor to it. What is the best software to use and what is the best approach for this? I have no experience with chatbots.

Template Config has invalid expression

Hi, I would like to send users a welcome email when they log into my app. I am using the Sendgrid API and I am trying to build a node which takes the user name and email address as inputs.I then would like pass on the value of the name input to the name variable in my dynamic template. The node works when I dont use the input value and hardcode the name, but when I try to set the template variable to the input field I get an error: "Template Config has invalid expression"...
Solution:
Hi @Abhishek Sahni (Abhi), you can open the expression editor to see the actual error on the field value Template Config, click the pencil icon to open the expression editor.
No description

How does cold start work?

Checkout my attached image. the purple bar is the execution time from a BuildShip workflow from start to end (I record the timings within the workflow itself). The green bars are measurements from the frontend you can disregard (though the BuildShip latency adds to this frontend latency). Is a workflow ALWAYS starting cold or does it start cold after a certain period of time if the workflow was not being used? Furthermore I wonder why the workflow itself runs slower at the beginning and faster i...
Solution:
Hey @Brian We checked the workflow you shared for issues with latency even after no-cold start purchase, the initial request. According to the 22 execution logs and metrics, all the initial startup requests are under 2-3ms  (you can check the request time to call the trigger) only one request - 2025-02-2620:09:32 which took 4.01s also worked without any cold start under 2ms, the time is consumed by the Groq Chat (detailed) - 2.29s and Get Document Query node - 1.48. The server performance for no cold start is consistent with the initial request without startup latency for requests within 2ms. Also sent you an email....
No description

Output node within parallel node

What is the expected behaviour if we set an "Output" node within a "parallel" node? I just tested this quickly and it would run the first parallel log, though it would not continue on/after the "sleep" node. Is it just a coincidence that the first log node was executed because it was "fast enough" to execute before the workflow could return?...
Solution:
Hey @Brian it will execute all the nodes in parallel even if it includes a output node node, but an important item to note here is, that it will follow the precedence and will only return the value from the sequence which will have a output node first. Although it is not a correct approach to add a return inside a parallel node. Hope this helps....
No description