BuildShip + Rowy

BR

BuildShip + Rowy

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

Join

❓・buildship-help

🌇・showcase-and-share

💬・general

zeymer - I think there is a bug with the stripe...

I think there is a bug with the stripe webhook. I created a complete flow on test mode and when I changed to live mode it didnt create the buildship webhook. Also if I copy and pase the old one it says that No signatures found matching the expected signature for payload.
EDIT: I think I found what the bug is. If you dont set a default stripe events to listen to, Stripe doesnt create the webhook....

adrfinance - Buildship says build failed when I...

Buildship says build failed when I try to run a workflow. I sent you an in-app message as well to support. Can you help me please?

TonhoDev - I'm using FlutterFlow. I upload a vi...

I'm using FlutterFlow. I upload a video locally, which queues in FFUploadedFile format, if I'm not mistaken it's in bytes. Then, I upload this video to Firebase through FlutterFlow, passing the FFUploadedFile of the video. But before that, I would like to compress the video as much as possible, keeping it below 120MB; otherwise, do nothing, and then send it to Firebase. Is it possible to do this with Buildship? Can you help me? I have little practice in Buildship, I've been struggling for a whil...

Luzzotica - How do I add multiple filters to a ...

How do I add multiple filters to a single supabase request node? I have tried name=eq.VALUE1,email=eq.VALUE2 And ...
Solution:
That worked! Use & with the filters. They are added to the URL as a query to supabase....

Herbert Riener - Hey, is it possible with build...

Hey, is it possible with buildship to log in to a plattform e.g. openai and download a file in this case an invoice? If yes how is this done or is there a docu or a template somewhere?

jesper - Trying to setup with Firebase getting ...

Trying to setup with Firebase getting this error anyone can help? Error deploying Rowy services: Google Cloud Run Service Agent does not have permission to get access tokens for the service account rowy-backend@happylife-a4282.iam.gserviceaccount.com. Please give service-735265240956@serverless-robot-prod.iam.gserviceaccount.com permission iam.serviceAccounts.getAccessToken on the service account. Alternatively, if the service account is unspecified or in the same project you are deploying in, e...

Baketa0000 - Hi, hope anyone can help me to und...

Hi, hope anyone can help me to understand what I am doing wrong or if I have encounter a software bug, I want to capture the payment information from a stripe webhook, I have the hook configured to "checkout.session.completed" and everything is set up properly on the Stripe side of things and I do get the hook. Next node is to get data for the transaction from my supabase table, it works fine, I can retrieve all the fields related to the transaction refered by the stripe´s checkout id. The problem is with the branch node that follows, here is the condition: " ctx["root"]["c133b812-5de5-4680-a6b9-7bf6cab3b54a"][0].credits == true " so that if the value of the field "credits" I got from the Get Row node equals "true" then do something else do something else. For some reason it fails with the error " "label": "Branch", "message": "Cannot read properties of undefined (reading 'credits')"...
No description

adrfinance - How can I capture an error of an S...

How can I capture an error of an SQL query and return it to the frontend (Flutterflow)?

1batechit - how do you monitor requests when ca...

how do you monitor requests when calling api?
Solution:
Hi @1batechit Support for monitoring and notification will be added in near furure, for now whenever your API or any BuildShip workflow triggers or call, you can get the logs for each executions with full response - https://docs.buildship.com/logging

mayur - hi is there any way that i can download...

hi is there any way that i can download or export the code that i get from work flow as of now i only see option for API export

adrfinance - Hello, I keep getting an error fai...

Hello, I keep getting an error failed to execute workflow. Can you help me please?

Vince - hi there, can a node created by buildsh...

hi there, can a node created by buildship be changed? seems like im having issue updating these notes and being saved. Wanted to do that rather than restarting from scratch. Just tryign to do an OpenAI function calling. Because the one you created is very basic and doesn't include the parametization of the objects. Just finding a little weird the creation of nodes in there. Also the npm package exist, but not sure how to load it in buildship...

Mo - Are the any limitations to using BuildShip...

Are the any limitations to using BuildShip with Swift? I just found out about BuildShip today and I'm thinking about building my iOS app with it. Thank you for any help you can provide.
Solution:
Hi @Mo, nope, there is no limitation to use BuildShip with Swift language or any other. You can build and manage your backend on BuildShip and connect it with frontend made with Swift.

Ahmad - Hi, is it expected behavior that when a...

Hi, is it expected behavior that when adding a second/third/etc. Open AI assistnat to a flow, it's tied back to the first? Whenever I add a second assistant and make a change, like the Assistant ID/instructions/etc., it changes it in the original one as well. When I click into make any changes to the second, it scrolls me up to the first while keeping the cursor in the second....

Your Majesty - Hey, I want to ask, can buildshi...

Hey, I want to ask, can buildship handle a complete backend for an app with 500,000 users?
Eg. All APIs and backend stuff will be made in buildship and the frontend will be flutterflow….is that possible? and which package would be best for this ? Can the pro package handle this? ...
Solution:
Hi @Your Majesty, yes BuildShip is highly scalable and can handle 500k users on your app. It will directly depend on the number of executions processing hours of your BuildShip workflows. The pro plan will give you ~250k executions which will be less to handle your usecase. The Expert plan will be able to handle the requests of 500k user requests as it comes with ~900k executions hours. You can start with Experts plan initially and as your app scales you can also switch to BYOC (Bring your own cloud -) offering which will allow you to directly to your cloud project and scale at your cloud compute level, with unlimited execution hours upto 5 projects....

Barrett - Hi - this documentation (https://docs...

Hi - this documentation (https://docs.buildship.com/trigger-nodes/firebase-auth) and video (https://www.youtube.com/watch?v=HmVrRIUlAFk) doesn't match the Firebase Authentication node. The node requests an API endpoint path. I'm under the impression from the docs and video that the Firebase Auth trigger would act as an API endpoint. Is th broken?

adrfinance - Hello! @Shams , how can I check th...

Hello! @Shams , how can I check that the queries were successfully executed, and if not to send relevant messages to the front end (FlutterFlow)?