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

Muffin - Is there a self-hosted option for buil...

Is there a self-hosted option for buildship?

pgiesin - Hi! I have a Flow that executes in ...

Hi! I have a Flow that executes in BuildShip under Test, but when I query from a 3rd party (Flutterflow, Postman) I receive a 500 response with the following even though the BuildShip logs says it executed successfully. I am at a loss of where it is breaking down. {...

adrfinance - Hello, I am getting an error 500 (...

Hello, I am getting an error 500 (Internal Server Error) while I am trying to execute a Buildship API via Flutterflow. Why is that happening?

LNTWOOL - So i cannot export a single API i hav...

So i cannot export a single API i have created in buildshipv2, what is going on, this has not been a great experience

Ayush - Hey everyone! 👋Exciting news! I just...

Hey everyone! 👋 Exciting news! I just became an official ambassador for Pieces AI 🚀, a super cool tool for developers. It’s a game-changer for saving and organizing snippets, code, and ideas. If you’re into boosting productivity (and who isn’t? 😅), check it out using my unique link 👉 https://pieces.app/?utm_source=in-affiliates&utm_medium=affiliate&utm_campaign=AyushAI...

jojo_wrecks - I’m currently taking Make’s autom...

I’m currently taking Make’s automation course and I’m here to learn

jojo_wrecks - Hi, everyone- nice to meet you! A...

Hi, everyone- nice to meet you! And thanks for accepting me

Bilal | moneywithbilz - I am trying to copy a t...

I am trying to copy a template into my account from a link and its not loading properly

Onward Andrew - Hello everyone, hope you’re all...

Hello everyone, hope you’re all doing great today! This is Andrew here, reaching out to connect with business owners interested in scaling their businesses. Right now, I’m offering a solution that guarantees a solid return on investment: influencer videos. This is currently one of the most effective strategies—getting people to talk about your brand and products, especially if you have discounts to offer.
If you’d like to learn more about this approach, feel free to reach out. Wishing you all the very best of luck!...

ori0651 - Hi anyone knows whay im keep geting t...

Hi anyone knows whay im keep geting the error: No such object: buildship-516ceq-europe-west4/flows.json? Will trying to connect?

LNTWOOL - Buildships doc's are in dire need of ...

Buildships doc's are in dire need of updating. This should be documented. I need to know - if i set a workflow variable, which is basically a transient authentication token, that is unique to each user. When i capture and store the token in the workflow variable, and user 2 hits the api seconds later, is it user 2 token that is stored, thus breaking user 1 not to mention security, now user one see's user 2 information. There is zero information about session state. a user is not using the api fo...

reuben - I have some questions regarding functi...

I have some questions regarding functionality and optimization regarding OpenAI with Supabase - I need to be sure that this solution is production ready for my client. Does BuildShip have office hours and/or someone I can speak to?

damdus - Hey, I'm having trouble finding a node...

Hey, I'm having trouble finding a node for Pinecone integration. I can add an API key in the panel, but there are no nodes listed for Pinecone. Are they available for anyone here? Is there anything else I need to do besides completing the key to have them available?...

reuben - Hey, not sure if it's just on my end b...

Hey, not sure if it's just on my end but the pre built flow "Chat with Supabase" doesn't seem to be appearing anymore. In fact, I only see 3 pre built Supabase flows where before there were many more.

serge - Hello, I am getting erro with my api in...

Hello, I am getting erro with my api in other account when i test it is work pefect on buildship but when i test it in postman it give me "error": {}, "label": "Get Firestore Document", "message": "Value for argument "documentPath" is not a valid resource path. Path must be a non-empty string." the api is ...

ph055a - What is the best solution for working ...

What is the best solution for working with different datatypes that are normal for firestore? For example DateTime and GeoPoint? Do I need to write my own custom code? seems like a very common task.

jordendubs - What is the best way to query a bu...

What is the best way to query a buildship database or flow logs grouped by a parameter? I need to do a count query grouped by parameter...

Chewy (Arnii Fitness) - When we use the AI assi...

When we use the AI assistant nodes to read our data tables, my data table is massive, does this impact my token costs using my open AI assistant, or is this facilitated in buildship?

Bry - Hi, in v1 there's a "Return" node where y...

Hi, in v1 there's a "Return" node where you can return http code to the caller. I used this to respond with http(403) when the caller is not authorized. In v2, the Return code is no longer available and replaced with an "Output" node. But how can you send http(403) response to the caller like with the Return node? I can't figure it out.... Thanks.