Credits Issue
I’m on Starter Plan with less than 1000 in credits usage. But my credits are showing 0. Tried to add credits but showing error on screen “ Cannot read properties of undefined (reading ‘toLoceString) and credit field shows NaN.
user
Are there any helpful resources to reference so I can get the template for Authentication: Signup User working? I've looked on Youtube and the buildship site but I cannot find something that helps me understand what I'm missing.
I get this error when I test: "undefined is expected to be a object, but it is missing or of an incorrect type."
I know this is basic, but I'm new and do not know what I don't know, so I'm not sure where to start. Thanks!...
V2 scrolling
When going half-screen, beforehand I was able to scroll horizontally. The new update makes the screen unable to adjust.
V2 is buggy with old nodes
I cannot edit my workflow because of the nodes erasing any changes I make.
Solution:
hey @!CarlYouKilledIt, thanks for reporting this, we've got a fix in the works for this, will let you know once its live.
Cannot migrate to 2.0!
When I click the Migrate button, it just spins and then stops spinning. I cannot access my workflows and it's not even clear if they are running...
Convert image created with the "Open AI image generator" to webp
Hi I want to convert an image created with the "Open AI image generator" node in to .webp format and upload it to Supabase. anyone has a working flow who can help me?
Optimizing BuildShip's performance
Hi everyone, I’m experiencing significant lag with BuildShip, especially when working with larger workflows. Does anyone have effective tips to improve performance in this situation? Are there additional ways, beyond collapsing sections I don’t currently need, to reduce the load? Additionally, would enhancements like using a LAN cable or upgrading my graphics card make a noticeable difference? Any insights would be greatly appreciated!
Create an array that is always available
Hi ! New guy to low/no-code tools.
This is probably a dumb question, but is there a way to create an array and store data inside ?
Context is, I want to generate text from openAI in a loop, and store outputs in an array that I can use outside of that loop. But there doesnt seem to be any node where I can simply do that, and I'd like to avoid editing the openAI node to nest everything in a while loop (to learn the proper buildship way)...
[Help Needed] Page Switch Based on GPT Chat Response
Hey BuildShip community! 👋
I'm working on a project with FlutterFlow and BuildShip, and I could use some guidance. I have a GPT Chat assistant that returns text either "true" or "false" answers. Based on the response, I want to implement a page switch in FlutterFlow:
If the answer is "true" ➡️ Navigate to PageSuccess...
BuildShip to integrate Perplexity with Github
I have been using perplexity to build a portfolio website on github and I want to build a workflow on BuildShip for perplexity to directly update code to github.
Anyone have ideas on how to structure nodes in Buildship? Also, if there is an easier workflow platform to integrate perplexity and github, let me know!...
google reviews work
Google reviews work available at a high income on daily basis
*requirements
All you need is a good number of Gmail accounts
this job is only for people from ...
Unexpected end of JSON input - BuildShip Trigger
Hello, I am struggling to make a buildship triggered workflow work. It looks like it can't be tested directly and shows no logs when I test it from another workflow.
The response only says "Unexpected end of JSON input". I would love to know what's happening and how to debug workflows in general.
Also, I can see in the Node Logic default code :...
Unexpected token 'W', "Workflow n"... is not valid JSON
Getting an error in buildship as of 5 mins ago. the issue doesnt appear to browser related. @Gaurav Chadha any clues? many thanks 🙂
Open AI assistant with stream response template not working.
When I use the open ai assistant without the stream response I get the chat response from open AI but when I use the ai assistant with stream response node, i get a generic response. All other values and parameters are kept consistent. What am I missing?
I have taken this template to start with. https://buildship.com/templates/assistant-retrieval...
Issue with Buildship Logs showing empty
None of my workflows are showing any logs anymore all of a sudden. Is there some kind issue with this?
Execution time dimensioning
Just to be sure, if I make an API call to a third party API and wait, say, 10 minutes and then do an API get query, will I be charged for 10+ minutes of execution time or what exactly counts towards the execution time?
Issue with GSC indexing
I am trying to setup automated indexing for my site but got the error message "Failed to parse URL from undefined". how can i fix it?
Making 100% copy of existing file in Google Docs
Hey
I want to make a copy of my existing file at google docs with buildship (its important to keep original styles and content - lets say to make 100% copy. How can I do it?...
branch
Hi, I receive a JSON response from a service that if there is an error there will be an error object with the list of errors but if successful the error object will not exist. Is it possible to check for the existence of a object in a response with a branch (if/else) node?