-
Agency Play Question
I have a question about the agency plan. If a company is going to build an app for a client, and the client is going to use the "Launch Plan". What agency plan would the company need at minimum to get that project started. Is it possible to have the free agency plan using the benefits of the individual launch plan the…
-
Xano Bug with my database
The records aren't lining up with the top and there's these random grey blocks appearing as well. I just renamed a column and then it started to glitch out. I've tried refreshing and all but nothing is seeming to make a difference. I'm also currently on the free plan while setting up and so I don't have access to versions.…
-
Associative table X Object type field
I have the following question. I have a Contacts table and I want to be able to add various types of data (email and phone numbers) to the contact. The phone field ("value") will have many lookups. "contactId": 1 "type" : "phone" "value" : "+55891278917" "contactId": 1 "type" : "phone" "value" : "+55082738233" "contactId":…
-
What is wrong with my json input because it doesn't filter the products?
I am using an external filter, however, I can't seem to get it to filter correctly. I did the sort and that works and also works through my front end but the filter doesn't seem to work. I want the price to be between the two values. I come from a non technical background so don't really understand what I'm looking at but…
-
Best practices for utilizing workspaces
Hello, Xano community! I'm seeking advice on best practices for utilizing workspaces. Specifically, I'm interested in understanding whether it's recommended to divide a platform into multiple services or modules, each residing in its own workspace. For example, one workspace is dedicated to user and permission management…
-
Why do I have to update information in 2 separate tables every time?
If one table is linked to the other, why do I still have to go into the other table to link the same information? Is there something I can do to change this so it works more like airtable?
-
From Bubble to Xano + Weweb vs Azure
Hello fellow Xano developers, I have a few questions and concerns regarding the compatibility and advantages of using a stack consisting of Xano and Weweb compared to custom development in Azure. Allow me to introduce myself and provide some context. I am a co-founder of Syncdesk, a startup working on a platform for…
-
Redis Features
In relation to Redis Cache, How does the eviction process work? Which algorithms are used?
-
CSV Import
Hi, how do we go around Xano on reading the data from imported CSV file and store it on the database? I've checked the documentation below and I was confused on the part where we import it directly into a variable and store it on the database. I've also checked the Youtube channel to search for a guide or a sample on how…
-
Redis IP Address
Is it possible to identiy the IP address of a request API sender using Redis? Example: i´d like to identify the request ip address and according to the ip address, to set a redis cache.
-
Do I have to use public links to upload images to Xano?
I'm creating a website that includes users to upload an image, but every time I try to use an image straight from my PC instead of a link it won't work
-
Request to keep images in posts
Any time I get stuck, I hit up these forums to see if anyone has already solved my issue. It seems that if the post is old enough, the screenshots have been stripped out (replaced with just the image file name). Unfortunately, those screenshots often hold the answer I'm looking for. If it would be possible to keep images,…
-
How do I correctly upload images to my database?
I'm using JavaScript to upload all these images to my database, and these images that are being uploaded through the endpoint are not loading correctly. How am I supposed to upload these images correctly?
-
Very strange reaction from function stack - is this a bug?
Hi everyone, I was working on a standard function that basically retrieves a list of urls and depending on the url structure it downloads and adds the file to my database (different types of files embedded). Anyway, I have a a query that works well but this morning Xano stopped executing it and now returns the error…
-
uploading csv data to update entire database
Hi, I'm hoping that some experienced Xano user might be able to offer a solution? I am working for a client who has a Launch account and they have a main table with a 100,000 records (each with about 25 fields). They want to be able to upload a csv file (actually 3) and update the table. Not really a problem (thanks to a…
-
Memberstack to XANO migration
We're moving our logic from Memberstack and Airtable over to XANO, and want to use XANO authentication. Is it possible to migrate Memberstack users into XANO, so that users don't have to create a new account?
-
Move Workspace to a Customer account
Hi. As freelance, most times I have to build a functional Data Base with API endpoints to show. Then, if gained the contract, I would like to move all workspace to the customer account to finish the job and give them control. I know this is one of the Agency license functions, but I'm not an agency, just myself. Is it…
-
Xano plans branch count limit and branch backups
Hi, I see that different plans have usually a different branching limit for different pricing, but does the branching limit includes backups ? I assume that it does count toward that limit, but I just want to make sure :). Thank you!
-
Transfer workspaces to a different account
Hi. I'm using a Xano account for work. I'd like to move some of my workspaces to a different account, a personal one. Is there a way to do so? 😬
-
Architecture for Quiz App
What do people recommend for structuring the backend for a quiz app that: Users sign upUsers join groupsEach day a prompt is posted to the groupA group member can only see the response of other members once they themselves have submitted a responseCurrently I have these tables: GroupUser (with table reference to…
-
Schedule workflows
Hi all I am an experienced Bubble user, considering using Xano as the backend for a new app. I am still learning, and here is something I don't know how to do. I'd like to proceed pre-scheduled workflows, with multiple action happening at different date & time, with conditions to proceed. Real life example (not my use…
-
Deny crawling of API via robots.txt
Hi there, my API endpoints got crawled by public crawlers which resulted also in high cpu usage. Is it possible to prevent that e.g. via a robots.txt file hosted on the root of our hosts?
-
How do you design your Xano DB schema?
Hello! I wonder if there are any good practices about designing Database Schema with Xano. Does Xano comes built-in with any tool that would generate such schema (of the existing tables)? We're thinking of using to design our DB, and then integrate those into Xano manually, but I was wondering if there wouldn't exist…
-
Phone Sign in
How can I use phone authentication as a login option?
-
Static IP Proxy?
Hi All, One of the APIs that I'm working with requires that API keys be whitelisted with an IP address in order to access sensitive data. Xano doesn't offer static IP address support at the moment. Is there some way I could proxy the outgoing call so that I'm able to have a static IP address? I'm unable to update the…
-
Upload Array of images and videos
How to upload array of images? And what is the functions in sharing video link via google drive?
-
is anyone using xano in production?
Hi there folks I'm interested in understanding if anyone has successfully used xano for a production app. I just added two React devs and have seen significant performance issues since then. If you are, I'd love to understand your scale and how you leveraged the various offerings to be successful. Gavin
-
Loop faster or send multiple external api calls simultaneously?
Hello everyone, I'm exploring Xano as a potential solution to manage complex workflows on tables with sometimes more than 1M records. We use Bubble, some processes are working fine there, so as a first step the idea is to use Xano to get data from diff bubble tables, make the complex data transformation and then send it…
-
Sorting embedded Addon
Hi! I have a database with the following tables: magazine: id: name: issues: [issue_id] issue: id: name: publish_date: articles: [article_id] article: id: name: page_num:This then results in the following output with for a magazine with both issue and article as an AddOn. Is there a way to sort the embedded article list?…
-
If statement with "contains"
Hi there, why is there no way to use e.g, "contains" in an if condition? I would need to check if an array contains a value, but can not use such a condition unfortunately.