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

Unable to deploy from Pro plan

Hello, I just upgraded to the Pro plan but now I'm unable to deploy. I get this error: request to https://jt76si.buildship.run/__update_flow failed, reason: Client network socket disconnected before secure TLS connection was established What can I do?...

Couldn't create record in Supabase

Hello everyone. I'm having the following issue in buildship: 1. I'm trying to create a new row in Supabase 2. When testing, it always returns code 205 and nothing gets added to Supabase 3. At the same time, if I use Node which reads rows instead of writing, it works properly...

Create Document doesn't work, returns "NOT FOUND"

I can't create a document using the underlaying Firestore, none of the examples is working and also when following tutorials on Youtube, i always get the Error 5 NOT FOUND. It doesn't matter if I call the API via browser or Postman. Every request fails, testing the node also fails....
No description

OpenAI API change not seem to be updated seamlessly, I keep getting the same mp3 file...

I've connected OpenAI's Text generation + TTS + Upload Base64 file + Return so that I can instantly get mp3 file from client-side to play the response. However, when I test it on Buildship or Hoppscotch, whenever I change the prompt or the voice of tts, the output is always the same (which is the first mp3 that I tested). Am I missing something? I've been pushing "Ship" button everytime I make changes. I'm following the exact tutorial "NEW OpenAI Text to Speech API - with No Code". Please help me......
No description

Question on resource based URL query

Hi, I am working on designing API an I wonder if buildship has a way to access current endpoints as a variable? For example
is it possible to create api like https://baseapi.url/v1/shelfs/[shelfId]/books/[bookId]/ and access "shelfId" and "bookId" from the node variables? Please advise....

Secure Supabase query with Buildship

Hi, I'm developing an application with FlutterFlow and a Firebase / Supabase backend. You're going to ask me why I'm using both backends? Because I want to access certain Firebase features that are not easily integrated with Supabase, so I authenticate on Firebase and I use the uid of my user table to make the link with my objects that are stored on Supabase. ...

Use open source Vision model

Hi there, I would like to know how can I use this open source model in huggingface https://huggingface.co/SkunkworksAI/BakLLaVA-1 Thank you very much for the help....

Is Browser Automation Possible?

Hi Guys, I'm new to buildship, and I'm wondering if it is possible to run a headless browser within buildship? Probably with an NPM package like puppeteer. Is this possible in BuildShip?...

Database question

Hi there Tried worflows with buildship DB. I have a simple noob question : is it possible to see our generated database directly in the web please ? (And eventually correct spelling directly visually, excel/airtable like style)...

Can't access workflows

Is anyone having issues accessing their workflows? I can login and see my workflows but getting a workflows get this error on all of them: (c || []) is not iterable They load for a sec and then show the above. ...

query

Hi can i calculate the sum of item cost in my cart collection of firebase using buildship

Unable to retrieve any header values

Here is the node logic attached to this post. I had this node created by the AI with simple instructions to retrieve the value of the specified custom header. But no matter what I do it keeps coming back as undefined. I've also included an image of my headers in Postman....
No description

api call - method

Is there a bug with the utility node API call? Method doesnt seem to show, as described in your documentation. This results in error, if method is something else than GET. I know I can start with and create an empty node, but the predefined would have solved the task at hand, provided that I could select method....

buildship security features

can some one provide an article or post about how buildship handles securities and how can i deploy this entire flow in AWS ? can we scale each flow independently ? how about load balancing , private API , API gateways etc ... is there any end to end application developed with frond and backend and DB...

Can't access uploaded Base64 image

The upload result is this link: https://storage.googleapis.com/buildship-s5xadp-us-central1/file.png which doesn't work. I can verify that the actual file.png image (89B, the correct size) is in my storage. But I can't download it, and as you can tell the link doesn't work. (I also get an error when I try and upload anything to my files manually, so I can't test further.)...
No description

Blob URLS

Hi I have been trying to work on a solution to go from Flutterflow Recordings to OpenAi Whisper. It's seems that I can achieve this with Buildship. Flutterflow gives you a Audio Path that is a blob url of an OPUS audio. I send this Audio Path to Buildship with an API. Something similar to: blob:https://d......

This should be simple (accessing value from response object using dot notation).

I am looking to grab a value from an object that is returned in an API response object. I would assume I could do with dot notation. The AI is suggesting the same, however it does not work. Getting an 'undefined' error. Grabbing the entire object works as expected, however trying to get the 'id' value from the object throws the error....
No description

Import a yaml file

Exporting a YAML file from the APIs tab is a great idea. Now how do I import the APIs using a YAML file. Thanks for a great product...