Can't create project
Hi
getting this error while creating new project! Can you please resolve it.
Error: Failed to create project: 500 Cannot convert undefined or null to object...
Google Maps Live Tracking
Hey guys, I'm having trouble making an app that shows the routes from the driver to the customer, with travel time and distance. Can you guys give me a tutorial on how to do this using Supabase, please?
GPT vision Error
How can I fix this issue. ChatGPT sayas its a JSON parsing issue. Help.
{"error":{"error":{"message":"An error occurred while fetching: SyntaxError: Unexpected token S in JSON at position 0 res:Service Unavailable"},"label":"execute-node","message":"An error occurred while fetching: SyntaxError: Unexpected token S in JSON at position 0 res:Service Unavailable"},"label":"Branch","message":"An error occurred while fetching: SyntaxError: Unexpected token S in JSON at position 0 res:Service Unavailable"}...
Help with storing data collected by a form
Hi, I managed to get the form to work and collect the data, but I want to integrate it with Airtable or Google Sheet for better visualization of the data instead of having to enter each log to see the inputs. I followed the latest YouTube video where they create a form in Framer since I'm doing the same. Could you help me with what I need to add to the workflow to achieve the goal of visualizing the data? Thank you

Looking for help with some Buildship/Bravo Studio projects
Hi,
I am looking for some freelance help on a number of Buildship / Bravo Studio projects. Ideally you have both Bravo Studio and Buildship experience but its okay if you are just a Buildship expert. If you are interested can you drop us a line here: https://codelesslabs.typeform.com/to/x7mIlFju
Thanks,...
Can't create new user in firebase
I am trying to create new user in firebase. It was worked before but now showing error.
```{
"uid": null,
"success": false,...
Forms
I need to create a resevation form based on a calendar in 2 category: TRIP & CLASS. bot category have optional addons , and more that 1 people can reserver and pay using stripe.
Buildship Base64 upload error
Hi there, I am getting the following error : "error": {
"code": 400,
"message": "The maximum object length is 1024 characters, but got a name with 1043 characters: 'iVBORw0KGgoAAAANSUhEUgAABAAAAAQACAIAAADwf7zUAAA552NhQlgAADnnanVtYgAAAB5qdW1kY...'"
Periodically when the node is attempting to upload the image from openai Dall E. I don't know why its doing this....
Firebase complex queries (OR, AND)
The current firestore collection query allows for filters, but doesn't seem to support OR queries. Is that true? I'd love to be able to do something like:
`
val db = Firebase.firestore
val usersRef = db.collection("users") ...
Solution:
Hi @swipe, You can try with this workflow template. It uses the custom filter logic to support OR query, thanks to @Luis. 🎉
body is not an object error on Youtube API call
I'm trying to build a simple flow to make an API call to Youtube to get some additional info about the video and channel. When I get it set up and try to test it I get an error message of "body is not an object". The get call isn't even supposed to have a body so not sure what it's talking about or how to fix it. The documentation is pretty light on how to set up the node filter/functions so hoping someone knows what I'm missing here
Google Events nodes OAuth configuration lost
Hi guys,
I have 2 workflows where I use 2 Google Calendar nodes to create and to delete events from my primary Google Calendar. The problem is that the after configuring the authentication of these Google Calendar nodes, the authentication information seems to be lost. This happens several minutes or hours after the latest authentication configuration. The message I get when this happens is the following one:
{
"error": {...
Solution:
Click on the last text link if it says (advance).

OAuth and Firebase
I'm new to API development so bear with me if this is basic. I have a third-party OAuth flow (Clover POS API) that I need to integrate into Firebase auth. I've added the OAuth flow as an OIDC provider in Firebase, I've added a flow to Buildship that receives the OAuth flow, passes it to Firebase and validates some data, but how do I next authenticate the user in Firebase?
Google Sheet Get Rows stopped working
The Google Sheet Get a Row node stopped working suddenly. I recreated it, credentials and authorization are correct. The range expression is : ['P2P!A1:Q109'].
{
"error": "Cannot read properties of undefined (reading 'gsheets')"
}...

Test Workflow Button not responding
The Test workflow button doesn't work anymore. is anybody experiencing this?

Youtube Tutorial not working
Hi all, I am following the tutorial in this link: https://www.youtube.com/watch?v=2OzgeHxpMs4&t=199s
I keep running into the error: "message": "An error occurred while fetching: TypeError [ERR_INVALID_URL]: Invalid URL"
Does anyone have a solution?...
Project manager returned 401: Unauthorized with no error message
hello,I'm new to buildship, I was following a tutorial and i encountered this issue. can somone explain?👍

Detecting data schema from trigger node
Hey everyone - Buildship newbie here.
Can Buildship automatically detect the JSON schema that comes in via a REST API trigger node?
I was expecting to be able to something which I've done in pipedream which is send a test request to the endpoint that allows the tool to detect the schema and allow me to choose which attributes I want to include in subsequent nodes....
weatherapi problem
Trying to fetch weather data from weatherapi, the ai wrote me a code:
import fetch from 'node-fetch';
export default async function fetchWeatherForecast({...
for any stripe expert - one-click upsell?
I'm trying to wrap my brain around how to accomplish this with Buildship.
Here's the flow:
1. Customer submits a custom order form for product A...
How to view console logs
I am getting an error Unexpected token N in JSON at position 0, which I'm expecting means its getting null or something like that back, but I'm not getting any of my console logs to find where the error is happening. How can step by step view where the issue is?