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

Ledouble - Hello, I haven't found any documenta...

Hello, I haven't found any documentation on the cahe time of the Return node... What is it for and how can I use it?
Solution:
You can give the cache time value which is in seconds, and it will set the cache time in response header and you can use this in your frontend (client) side only which runs on browser. https://developer.mozilla.org/en-US/docs/Web/HTTP/Caching

Wes (Tenex Labs) - I've been looking all over. ...

I've been looking all over. Is there no way to adjust the viewport size with the puppeteer screenshots?

Rexxagon - On buildship ive been getting a lot ...

On buildship ive been getting a lot of Test Failed Errors when im running the built in tests for my workflows but they are actually running fine and the logging shows them as successful and im getting the results id expect. I assume this is just a bug.
Solution:
Hey @Rexxagon, its a browser caching issue, if you clear browser cache or try in incognito mode it should work fine.
No description

pgiesin - Do I need a specific plan level to ad...

Do I need a specific plan level to add additional Input fields to an API Call node?
Solution:
Hi @pgiesin, no, you can add input fields to any node on all plans https://docs.buildship.com/basics/node#input-params

Orville - is it possible to pause my plan, i wa...

is it possible to pause my plan, i want to stop paying for now, but I don't want to delete all my workflows, since I can only hav 5 on the free tier i need to delete some to be able to downgrade to free. I don't want to lose all that work, but I don't need it for now
Solution:
Hey @Orville, Currently, there is no option to pause the subscription, you can save your workflows in the form of remix links - https://www.youtube.com/watch?v=znZYHckKONU or save your workflow copy on your system locally or on drive-by copy/pasting the workflow configuration - https://docs.buildship.com/features/copy-paste and use these again when you upgrade.

Seb95 - Hello, we are trying to use the flutter...

Hello, we are trying to use the flutter flow push notification node, but we keep getting the error '7 PERMISSION_DENIED: Permission denied on resource project whel-managed-hganj4.' My client has already given access to buildship by adding the service account. Is there something else I'm missing? Thanks!!...
Solution:
HI @Seb95 , sometime it does takes time to sync up, you can refer to these troubleshooting steps. https://docs.buildship.com/tutorials/firebase-project#troubleshooting.
No description

Uribef884 - Hey, does anybody know how to conne...

Hey, does anybody know how to connect Flutterflow with AWS S3 ? I want to upload images to different folders on my bucket depending on the image (profile pic, Ads , menu) my app is like a "Uber eats" where different Businesses have their own folders so I have everything organized

serge - Hello, after the recent update with Web...

Hello, after the recent update with Webflow, can we have a tutorial on how to use Firebase for authentication and how to display data from it in Webflow? thank
Solution:
Hi @serge, you can simply replace the trigger with Firebase Auth and return the user data and modify the webflow frontend js script to handle and show the data, example workflow - https://buildship.app/remix/78580099-5416-4eec-a0ab-2dd98616e9da.

activehubb - Hello @Harini and team I am curren...

Hello @Harini and team I am currently implementing claude assistant workflow but I keep getting an error 400, please what am i missing in the workflow and is there a way to implement this in the workflow?
No description

Elder Marx - how I stop a workflow that is in S...

how I stop a workflow that is in Ship (Ship is on) without delete it?
Solution:
Hi @Elder Marx, for now deleting the workflow is the only option to stop the deployed(shipped) workflow. We'll be working on a stop functionality to undeploy. (Note: you can copy/paste the workflow file before deleting to prevent loss). And the best practices to create dev, staging, and prod folders to manage workflows.

jeevankc17 - How close is buildship to express....

How close is buildship to express.js? Is there any blog available answering this question? @Gaurav Chadha

Dino Vidili -Ssumar Group - Hello @Harini and t...

Hello @Harini and team. Can you please help @Almendra10 with a problem while getting scripts from YouTube videos?. Thanks. Dino

Nelson Orlando - Hey team, I would like to know...

Hey team, I would like to know if with BuildShip, I can receive data from databases or backend and display it on my Webflow website? I didn't find a tutorial on this...
Solution:
Hi @Nelson Orlando you can checkout the latest BuildShip x Webflow videos https://youtu.be/sITXWcpizOE?feature=shared Here's the webflow template for quick start to display data from any db https://webflow.com/made-in-webflow/website/rowy-cms-template...

Matthew - Hey just want to say thank you for to...

Hey just want to say thank you for to the support team. We already throw stuff your way and you always help in a fast manner. So thank you for everytyhing

Ahmad - Seeing the message "Failed to execut wo...

Seeing the message "Failed to execut workflow" quite often when testing, however the workflows are still fully running as actions are still being taken and API's called. Logs don't show anything until the flow is over. Is this expected?...
Solution:
For now you can clear browser cache or use incognito mode, which should fix this issue.
No description

Chowderr - Hello everyone, I hope all is well. ...

Hello everyone, I hope all is well. I am wondering if anyone can help me with creating a GPT with BuildShip. I have some GPT's where I just need a user to enter their API Key and then request are made.

bmmendozac - Hey, I want to know if it's possib...

Hey, I want to know if it's possible use Buildship with a sql server database, is there a way to do it?

akfj - Hi, I have a question, if I call an exte...

Hi, I have a question, if I call an external API from another website, does the wait-time will be count into execution hours?
Solution:
Hi @akfj, yes as execution hours depends on how long it takes for each execution to process (including any external API call as well), it is counted by the time it takes to process each execution.