BuildShip

B

BuildShip

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

Join

❓・buildship-help

🌇・showcase-and-share

💬・general

Multi-Image GPT-4 Vision

Hi, I am using the Files input with multiple files and using the Multi-Image GPT-4 Vision to explain the images. I get the errors Error communicating with OpenAI API: 400 Failed to download image from 20241121_094856.jpg. Image URL is invalid. Please check attached image...
No description

What does 20 concurrent executions mean in the Starter pricing card?

Does that mean flows are available actively only for 20 users at a time if everyone is simultaneously making queries? Let's say I'm using a flow to rate limit the users, then does it mean the flow would be overwhelmed for users beyond 20?...

Inconsistent API output with 'body'

Hi there, I have an issue with my API outputs using v2 of BuildShip. I'm using the Firebase Auth Request to get the data from Firestore and returning the 'data' object of a Firestore document. So far so good. However, it seems like there is something wrong with the Output node. Instead of returning the data object as it is, the result is being nested in a "body" class. ...

Missing workspace

Recently after upgrading to v2 my account got a assigned a new workspace and the old one vanished. The endpoints are still accesible and I can still use them but I’m really scared of not being able to modify or even retrieve the code. I’ve tried contacting support and they told me the workspace belongs to another account that is not associated with my email. Has anyone else had this problem?

Error on undefined

Is Buildship down? I get 'Build failed' and Result: 'Error on undefined' whenever I test my flows within Buildship. The shipped flows are working fine when called from outside of Buildship, but as soon as I test through the Buildship interface I am met with this error.

Is it possible to bulk copy a collection of workflow nodes and paste them under the leaf of another

Is it possible to bulk copy a collection of workflow noes and paste them under another workflow node (e.g. all nodes within a parallel node)?

Issues with multiple triggers and saving workflow inputs schema

Having big issues with more than 1 trigger (specifically the BuildShip Trigger & Rest API File Upload (Auth) (but also the regular Auth Trigger as you'll see in the video. You can't seem to set up both input schemas together, for some reason. Plus some strange UI issues....

Sending emails

Use case :- I have a supabase table with due dates and I want to send my users email on their due dates

Timeout issue (BuildShip slow response) + Twilio workaround?

I have the "slow start" upgrade, but it seems like at least one of our workflows is still timing out at 15 seconds sometimes while Twilio is sending SMS messages to us. This is super critical because it means we essentially lose customer messages. We need a more robust solution to this problem. Is there any way to ensure more robust delivery of messages, perhaps when BuildShip is having trouble, even if our customers have to wait that's ok. I'm doubtful setting up a second endpoint that queues the response would fix this, but maybe it would? Maybe a proxy with retry logic (that seems like a feature request)....

Supabase New node is broken

Hi! Trying to create a new flow and the Supabase Node seems wrongly configured. Is missing the API key input. And gives this error when testing it. Any ideas to fix it?...
No description

Secure API Endpoint

How to secure API Endpoint Step by Step in new V2 flow?

Try to understand all logics behind this so amazing solution: Sync btw Perplexity and Google Doc?

Hi! I'm tryiing to understand how is it possible to use Perplexity to enrich content into a google doc. Thx!!...

Inconsistencies with errors & logs.

Hi Buildship family (desperately hoping and praying that someone answers) I have a workflow that works perfectly in production. However, I encountered a rare phenomenon today with one of my users. This user calls the endpoint but gets a 500 internal server error. However, we are unable to see any record of this request in the Buildship logs. To add to it, the response that the user gets after making this request is an object that has two properties. One is "status" with a value of 400 and the other is the stringified version of the request body. This happens on all the browsers on the user's device - even after cache and cookies are cleared....

A LOT of issues migrating to V2. Do we need to migrate?

I’ve migrated 2 of my workflows thus far and it’s been a complete pain in the a** so far. My variables keep getting wiped for no reason at all and I have to sit there and replace all of the invalid context variables over and over again and I have no idea why. I’ve probably done this a dozen times now if not more and this is such a waste of time and extremely frustrating. Do we have to migrate our workflows to V2 or can they continue to run on V1 without any issues? Also do yall have any resources whatsoever to help with migrating workflows efficiently or no? My previous workflows referenced incoming data by using dot notation (e.g. body.firstName, body.Email) but now I’m trying to figure out if I need to define each input or can I simply define the body object as an input and keep the dot notation in place? @Harini @Gaurav Chadha...

API error with FlutterFlow

I have a WorFlow (“Stripe Payment Checkout Link Creator”) that works manually in BuildShip 2.0. The input is in the format: [{ "price": (x) Price ID, "quantity": (x) Quantity...
Solution:
I did it simply by recreating a new, similar workflow. I conclude that I made a mistake in changing the original template.

Testing TAvily Node

Hello! I I have an issue when testing a Tevily Node inside a OpenAI assistant, it says that the "search query" can be filled by AI, but when running a test is always asking me to fill it out.
No description

Billing Error - Auto Top-up missing one "0" for credits ($10 for 10K credits only)

Dear team, Here is another bug that needs to be fixed ASAP. Billing for auto top-up is supposed to be $10 for 100K credits. Now I have been charged twice for only getting 20K credits each time. Please see the screenshot here: https://app.screencast.com/dFqYZzCdyR5P9...
Solution:
Hi Dong, this is fixed now, also sent you an email. Let us know if you get into any othrer issues.

Can't login?

An error occurred while signing in Please try again or contact us if the problem persists. Error code: auth/unauthorized-domain...

Is Buildship down?

Not a single flow is running on my end. I've tried Airtable Assistants, just simple streaming assistants etc... None works. I actually joined because of the integration with FlutterFlow, but now when I search for a templates that use FlutterFlow, or I click on their logo inside the Integrations page, nothing shows. Have you discontinued that integration? Also, clicking at "Test" on any Node does nothing as well... Testing the whole flow returns “Failed” though. Sending a message to the Chat Widget also doesn’t work. Logs say I am out of credits. I got 4k + I subscribed for more if I run out. I picked a US location when creating my account and I am located in Europe. Don’t know if that is an issue, but the question was "where my clients are based". Anyway I tried with a VPN. Same thing. Went through 6 or 7 flows. Nothing seems to work. Every time with a newly generated API tokens and keys. Here is a “Share remix” link. That seems to work…...
No description

Queue

@Gaurav Chadha @Harini In Make dot com, there's an option to wait until the full run is completed before the webhook fires again. There's a queue if there's too much data. One of our clients is hitting API limitations. They're on the Pro plan which have 100 concurrent executions. But we just 1 at a time. How do we implement this in Buildship?...