This tag is for questions about the Bubble.io platform. Bubble is a visual programming language, a no-code development platform and an application platform as a service, developed by Bubble Group, that enables non-technical people to build web-applications without needing to type code.
Questions tagged [bubble.io]
67 questions
2
votes
0 answers
Bubble Drop Down menu unable to navigate
I created a drop down for roles where I want to navigate to other page when i select role a whereas i want to navigate to other when I select role b I am able to navigate to role b but couldn't navigate enter image description hereto role a's page…

Rohan Vengurlekar
- 21
- 1
2
votes
0 answers
Is there anyway to upload a file to s3 from public url without downloading it using node js?
I have one url from which anyone can download file that is public url. I want to upload that file to s3 from that url without downloading it to local storage.
I have one plugin in bubble.io from where user will upload file and that plugin will…

Parth Shah
- 51
- 7
1
vote
0 answers
(3) In Bubble, how to trigger workflows using url parameters?
please select the correct answer.
1 first use "data to send" and then check the url using "when the page is loaded"
2 first use "send current page parameter" and then check url using "when page is loaded"
3 first use "send more parameters" and then…
1
vote
0 answers
In Bubble, how to resize image to fit in image element?
which one is the answer?
1 use shape element
2 processed with Imgix and then check "resize to fit the dimensions by cropping". And the last setting is run-mode rendering to "Stretch"
3 processed with Imgix and then check "Auto enhance the image".…
1
vote
0 answers
How can i upload images to Google Cloud Storage using Bubble.io?
I'm using the API Connector to use the Cloud Storage API, to store my data, but i'm having a hard time trying to upload images.
In the example bellow i'm trying to upload a png image:
This is how my API call is set-up
I can sucessfully create the…

Théo Moura
- 21
- 2
1
vote
1 answer
Bubble.io API Connector with Lambda + AWS Rekognition Problem
Hi I was trying to use AWS Rekognition -> Lambda -> AWS API -> Bubble.io
I want to pass a image base64 code to process the image recognition.
Here is the lambda code:
import json
import boto3
import base64
def lambda_handler(event, context):
…

Harley
- 11
- 1
1
vote
2 answers
Run javascript in Bubble with loops to compare JSON API data
I'm building an app using Bubble and I have the Toolbox plugin which enables me to use the "Run javascript" step in a Workflow.
From the following NASA API url, I'm planning to read and analyze 20 years of data with values for every month (240…

nik
- 25
- 1
- 6
1
vote
1 answer
FiveM Lua: Fivem > Web > Fivem
Struggling with this API. It works on postman - expected steps:
1- User completes chat command /user [id].
2- Script calls the API and passes [id].
3- API search DB for users with that id.
4- API passes back the username of that user and prints it…

Patrick Breathen
- 11
- 4
1
vote
0 answers
Jasonette Xcode 12.5 unable to arcive app because of 'SocketRocket/NSRunLoop+SRWebSocket.h' file not found
I ran into a problem compiling a web app using Jasonette.
If I move the file to the location specified by the error, I get the same error.
The goal is to Archive the mobile app created by Jasonette for distribution with Testflight.
Xcode 12.5…

KazzyT
- 11
- 1
1
vote
1 answer
Save video livestream on the fly to Amazon S3
I create app on bubble.io. I need to have video livestream. I want it to be saved on the fly on Amazon S3 bucket. Is it possible to make saving of the video directly into S3 bucket, apart from Bubble DB?

kukula
- 13
- 4
1
vote
1 answer
Obtain JWT from bubble.io
I’m trying to generate a JSON Web Token to connect to the private version of jitsi:
https://jaas.8x8.vc/
Since this has to be done from a bubble.io app, is there a service or a way I can send a header, body and key to an API (store the private key…

johan855
- 1,578
- 4
- 26
- 51
1
vote
1 answer
Is there a way for someone to add an event from my app to my Google Calendar? (e.g., similar to Calendly?)
I am somewhat new to this, and I've been building an app on low code platform Bubble.io. I've recently been trying to learn the Google Calendar API to integrate a new function into my app.
Here's what I'm trying to enable: a Calendly-esque function…

Dwelling Support
- 19
- 1
0
votes
0 answers
Handling storage of JSON in local storage through an iFrame extension
I'm building a Chrome extension that I plan to use as components library for Bubble.io
The principle is easy, I'm storing components in my Bubble.io app database, and people will be able to paste those elements to paste them into their app.
To…
0
votes
1 answer
Bubble.io or Weweb which is best for application development
What's the best Nocode application builder
Bubble.io is very good as a full-stack development platform but is it suitable for the long run? as application becomes more complex as they grow?
Weweb displays that it can be exported as a standalone…
0
votes
1 answer
How to Hide a Button Until Receiving a Successful API Response? (In Bubble.io)
I’m facing a challenge with my project’s API integration.
Here’s the use case: I need to fetch data from an API, and once I receive a successful response, I want to enable a copy button/icon to copy that content. However, during page load and while…

Akshar Prajapati
- 1
- 1