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....

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......

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....
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. ...
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....

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 manually upload files
CORS error:
Access to fetch at 'https://storage.googleapis.com/buildship-s5xadp-us-central1/2021-06-13.jpg?X-Goog-Algorithm=GOOG4-RSA-SHA256&X-Goog-Credential=runtime%40buildship-app.iam.gserviceaccount.com%2F20231126%2Fauto%2Fstorage%2Fgoog4_request&X-Goog-Date=20231126T185152Z&X-Goog-Expires=600&X-Goog-SignedHeaders=content-type%3Bhost&X-Goog-Signature=ad4fbb88ba1a6ea9dbaabf3b784faecc8fa8f1ebed9008267765618041a15e77804436e79a5e084fe5a1cc10d13975ac3fa6c419102929c39f6e696c4af81e262f75d77c07332fee1127a1171bc1b202ffa23469916c27e8a3a65d9d99e3fc4dea1351c8a7d3ff057feda068919084b896e2e2b2b6766cd0522e1783b72f479606955c2ab0c44ba03e536da0db98b97ef99367419933834f3f19f51f7c675045f4382229eb1efac1665b920da8a602f1c7f46528a9ac0ac844e09ca685c1530fd0324ca59374c75ec3d77aa1dae9fad238b9df53df91cf5fc211f0fc7aacbca54897a49ee4bc67b491e8c99a89be680fbf50ef2f1307f985cfcd21d29ddf7f52' from origin 'https://buildship.app' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled....

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.)...

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....

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...