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
0
votes
0 answers
Stripe checkout not working in iOS web view
I'm creating a native app using react-native-webview that wraps a Bubble application. When proceeding to checkout in an iOS device, the screen quickly blinks like it is loading something but nothing happens.
Another point that is worth noticing is…

Gustavo Cesário
- 1,310
- 1
- 12
- 23
0
votes
0 answers
Facing an Issue in preview of Employee Dashboard in Bubble.io
Well I am a complete newbie in Bubble.io and wanted to get my hands on it. I am facing an issue in previewing the page. The previewing page just keeps on buffering instead of showing the data table info.Editor
now for preview
preview As u can see…
0
votes
1 answer
Drawing apexchart timeline chart with dynamic series of data
hi guys i am trying apexchart.js librry to draw a timeline chart.
i want a multiple series depending on tasks i have in sprint in bubble.io in which i want to give name and data parameter dynamically.
following is my code

user2239404
- 5
- 3
0
votes
0 answers
Google Speech-to-text API
I want to use the Speech-to-text API for an application made in nocode.
I get this error message:
There was a problem setting up your call.
Raw response for API
401 status code
{
"Mistake": {
"code": 401,
"message": "Request had invalid…
0
votes
1 answer
Authorization with cookie - ROBLOX API
So Im trying to get a list of transactions from a group, but not sure how to implement the .ROBLOSECURITY cookie value into my header.

Ryan
- 29
- 4
0
votes
0 answers
Use 2 types of authorization in Bubble.io
So Im using the Discord API and a “PUT” API call to add a user to a guild requires the OAuth guilds.join scope (which I have added) but it also requires an Authorization of "Bot " . How would I use both the access token in the “access_token”…

Ryan
- 29
- 4
0
votes
0 answers
invalid_grant error in Bubble.io (Exchange code for token - Discord oAuth)
I am completely stuck here.. the authorization works fine, but keep getting the following error when i initialize my POST request to exchange an oAuth code for a token. This is using Bubble.io and Discord's API.

Ryan
- 29
- 4
0
votes
1 answer
How to get all the elements with the same id in jquery
i am bubble.io learner and as i use repeating group in bubble.io i can only give id to the element and it will create data table of repeating group.
so my element has same id and multiple occurance.
i need to grab the value of those elements and…

user2239404
- 5
- 3
0
votes
0 answers
Cannot read properties of undefined (reading 'appendchild')
enter image description hereHi i am trying to run a java script in nocode plateform. what i am actually trying to do is i am getting 2 dynamic values from dropdown and adding div according to those values respectively. one dropdown defines length…

user2239404
- 5
- 3
0
votes
0 answers
Authenticate web app via Spotify app instead of browser
I have a web app that is for Spotify users. To authenticate Spotify it currently takes the user to https://spotify.com/en/login?... as described in the Spotify docs. It works fine but it opens Safari instead of the Spotify app. This is an issue…

Austin
- 37
- 7
0
votes
0 answers
Using API POST command to 'Type' to console in PythonAnywhere. I can successfully 'Type' to the console, but how do I actually submit the command?
Currently using the PythonAnywhere API to attempt to access a Python script I wrote that is hosted in a Virtual Environment in PythonAnywhere. Using the Bubble API Connector if that matters.
I figured out how to use the POST command in combination…

PythonNBubble
- 1
- 1
0
votes
0 answers
Javascript to Bubble
I started not long ago a swift bootcamp guide and I finally realized im not built to be a coder.
I found recently bubble.io and I had a more or less relaxing experience using it. However I encountered a problem.
I want to make a custom form in…
0
votes
0 answers
Api charge request dosent return the customer id and the card id
I'm using APi conncetor and this api https://tappayments.api-docs.io/2.0/charges/create-a-charge to make a charge request . i successfully created the charge request before and and it was workig well returning the customer id and card id but now…

IAnasii
- 1
- 1
0
votes
1 answer
Error connecting Zoho books API with Bubble.io
I am facing authentication error while connecting Zoho books API with Bubble.io.
Here is my setup: https://i.stack.imgur.com/8lKQs.jpg
Error message: https://i.stack.imgur.com/93pKO.jpg
Will appreciate any help.

Sakin
- 53
- 7
0
votes
0 answers
Creating an object in Bubble.io using JS
I'm having trouble creating an object using the addObject function in an HTML element in Bubble.io.
I think the problem is related to the passing of arguments between functions (specially the “map” one).
In this example, the whole “map.object” part…