BuildShip

B

BuildShip

Join founders, builders, devs using Low-code / No-code to create backend, APIs, scheduled Jobs, automation, AI workflows

Join

❓・buildship-help

🌇・showcase-and-share

💬・general

Roco - Is there a way to include variables in r...

Is there a way to include variables in resend html?
Solution:
Hi, I believe you would be able to pass it dynamically via the expression editor. For example, a dynamic welcome email that welcomes the user by name. See sample remix link https://buildship.app/remix/91577801-8413-4289-bb02-f51e052b2c10

Marc - I am looking for a dev who can speak Eng...

I am looking for a dev who can speak English fluently.

pablonaj - Hi, how do i get support? I've sent ...

Hi, how do i get support? I've sent an email through the app but haven't heard back, how long does it take to get a reply? Do I need to tag anyone here in particular?

Chris Wright | Brandmember - Good morning you b...

Good morning you beautiful Buildship people. I'm working full time on my low code / ai future now and I can't wait to see V2.0 put my name down and everything. Please, when will it be ready? 🙏...

adrfinance - I am under the impression that som...

I am under the impression that sometimes changes made in Buildship do not take place immediately, even if I ship the workflow / API / endpoint. Why is this happening????

Brian - Heyho, does a backend timeout/break if ...

Heyho, does a backend timeout/break if I ship a workflow while it is being run in Production? I feel like this just happened to me. BuildShip did not even log that request.
Solution:
Hey @Brian, until the new version of your workflow is deployed successfully, your workflow's previous deployed version remains live. In BuildShip v2, you'll get better performance without any latency of logging issues. https://buildship.com/v2-early-access...

christianv62 - Are there any pinecone tutorials...

Are there any pinecone tutorials being set to be released?

$hiny - I am a passionate dev, so far attended ...

I am a passionate dev, so far attended various kinds of projects. so if you have some recommendations or looking for extra devs, I'd love to collaborate together. 🤝...

ashwin - Hey all! Is Rowy down? It suddenly sto...

Hey all! Is Rowy down? It suddenly stopped working for me since a few minutes back
No description

pablonaj - I have an issue with a Rest API Call...

I have an issue with a Rest API Call trigger, I am triggering a webhook from Inoreader with the content of an RSS in Json. When I post it from Postman or Hoppscotch it works, but when it's coming from Inoreader Buildship returns an error.

adrfinance - As a workflow becomes larger, Buil...

As a workflow becomes larger, Buildship becomes slow laggy and unresponsive.. Why is this happening? Can you fix it please?

tom - I'm developing the web version of my Flut...

I'm developing the web version of my Flutter app and encountering CORS errors when trying to load images directly using their BuildShip's storage URLs. Any advice on how to solve this?

This is my display name. - I have to authentica...

I have to authenticare our apps to other software. We plan on building several apps with BuildShip. Is it possible to create a global environment that we can pass into several different app builds/flows?
Solution:
Hi @This is my display name., yeah, you can create project level environment variables https://docs.buildship.com/env-var

Adrian_Jacecko - I'm making an API call and the...

I'm making an API call and the JSON response is invalid. Why? Here is the example: { "status": 200, "data": { "hierarchies": [ {...

adrfinance - @Gaurav Chadha do you have any pla...

@Gaurav Chadha do you have any plans to release a desktop version of Buildship that we run on our PCs/laptops? I think this would be a big improvement. Local run is a standard feature in many products nowadays.

norah - Good evening I have a flutterflow proj...

Good evening I have a flutterflow project and i heard about BuildShip and Rowy could enhance the performance of my app Im afraid that im going to have to do all the work and api integration that i already did in order to use them I want to ask would i be able to use them without doing any additional rework? And which would enhance the performance of my app? Im having an issue in the overall performance of my app, and when i allow the user to add an image it takes so much time...
Solution:
Yeah, you'll require to use BuildShip to create the API. As BuildShip provides Stripe trigger and integration with FlutterFlow, you can expect a significant performance improvement in the API performance. But note: the response time taken by the stripe API will remain same.

adrfinance - I am getting a nerror 'Failed at b...

I am getting a nerror 'Failed at building workflow'. I delete browser cache etc.. why is this happening ???? Why don't you show proper errors to see what is going on ?!?

adrfinance - Is there a reason why you don't of...

Is there a reason why you don't offer the possibility to 'Cut' a node instead of just copying it ????

Szekeres Géza - @Gaurav Chadha something is not...

@Gaurav Chadha something is not working with Replicate Client node.. if I add FLUX1.1pro as the model (even directly) like: const output = await replicate.run("black-forest-labs/flux-1.1-pro", { prompt : "Cat playing guitar in outer space"}); It fails with the error message:...
Solution:
This issue is the node is referencing an old version of the replicate package. Bumping from 0.21.1 -> 0.34.1 does the trick. You can try this workflow in your workspace: https://buildship.app/remix/1eead0bf-d57e-49f6-8e0a-bd20e71c5433

Matthew - Quick quesiton. I have an API that is...

Quick quesiton. I have an API that is return a news feed one large json file, I am currently pushign it to superbase. but when i do in superbase it just puts the json file into one row. Since the api returns a list of hte news feed like title, name, source, image...I want it to be put into supabase with each object into each row....So if the json returns 69 objects, i want 69 rows, with the parse information like (title, etc) to be populated. How woudl i do that