-
Instead of only showing the ID, can we display a specific field from the "ethn" table?
I am developing a school application that involves linking Xano and Weweb. I am facing an issue where I need to link multiple tables together, but the field name is not appearing in Weweb, instead, only the identifier is visible. For instance, when I link the student and school class tables together, the class ID is…
-
User Signup Additional Fields
Hey everyone, I'm trying to add additional fields to my registration form during sign up and it's unclear as to how I should go about it. I'm using WeWeb as a front-end and looking for guidance for the proper workflow. Thank you in advance for any help provided!
-
System Permission and Permission Sets
Hi everyone, I am developing a SaaS app using Xano and WeWeb. I want to know what the best practice is for establishing a module-based permission system. From a business perspective, customers will be able to choose different package options (basic, full, premium), and each of these packages will have different modules and…
-
Documentation best practices
Hi all, We build our products on a WeWeb/Xano stack and use Notion to document our products. At the moment there is no integration between Xano and our documentation. Documentation should be in sync with the actual implementation. Question now is - how to achieve that? But first question would be - what is the go-to…
-
Paywall best practices
Hi I am trying to implement complex paywall logic for my website content, and wanted to see if anyone had tips for best practices. I don't think I could use standard authentication on API calls, because I want to allow non authenticated users to also have access to a specific amount of content per month. The paywall will…
-
Google auth problems (also using WeWeb)
Hi, I am using the Google OAuth plugin to sign in/up with Xano, using WeWeb as my frontend. The process is partially successful, but I am still experiencing some bugs. The process successfully creates a new user in my User database, with google oauth info. However, it is failing in the /oauth/google/continue endpoint. Here…
-
Authenticate different set of user
Hi there, I am trying to make a sign-up and login for (for example) customers and staff. I want to seperate the users by using two tables with auth enabled Table: customers and table: staff. What would in general be the approach in Xano and Weweb, were I am planning to use the Xano Auth plugin and the generated SignUp an…
-
Allow my users to display their Instagram Posts, Username and Followers on their profile
Hey everyone. I have spent the last two weeks looking for some sort of information or tutorial on how to do this. I simply want my (ALREADY LOGGED IN and AUTHENTICATED) users to be able to display their Instagram posts, username and amount of followers using the Instagram basic api on their profile walls on my app I have…
-
Facebook oauth marketplace extension not navigating to auth_url
Hey Everyone, I'm hoping you'll be able to help me debug an issue I'm having when using Xano's Facebook oauth marketplace extension with WeWeb. The problem I'm having relates to the /oauth/facebook/init endpoint. WeWeb seems able to call this endpoint which returns ab auth_link. However, the endpoint is not following the…
-
Displaying an image in a front end
I just posted this comment elsewhere (sorry!), but just now saw the "Noob" section, where it probably properly goes. I'm a beginner, and trying to display images in Weweb, using the Xano template backend (the one for photo sharing/liking). All of the "data display" elements in Weweb have trouble displaying the data that I…
-
Clément from Gaspach.io here !
Hi all, I am Clément and I created Gaspach.io with my brother Frédéric. We are located in a french island called Réunion Island (between Mauritius and Madagascar). We have been using Xano with Weweb for almost 2 years now and recently we launched a french online bootcamp dedicated to this stack to train people on this…
-
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…
-
How to approach Stripe Connect custom payment flow implementation?
Hello! I need some help putting together an approach to accomplish end goal: to use Stripe Connect as a platform to allow my users to setup their own payment forms using Stripe Elements (). I've successfully setup Stripe Connect using API endpoints I created in Xano. When a user registers on my front-end (WeWeb), it…
-
Xano Expert needed for API creation
I'm a UX Designer building a SAAS using Xano + Weweb. I'm spending too much time trying to learn how to build (what for me) are complex APIs in Xano. My time is better spent building my Weweb front end. I'm confident that a developer who knows Xano well will be able to create these easily. So if you're a skilled Xano…
-
How to automatically logout users on WeWeb?
I wonder if there is a way to automatically logout a user on WeWeb depending on something happening on Xano. Right now, our auth token has a TTL of 24h, meaning users will be logged out every 24h anyway. But, assuming we change the "status" of a user from "active" to "inactive", how could we reflect that change immediately…
-
GET request from Weweb not working
My frontend on weweb is sending a GET request that takes 5 arrays of integers and a string. Endpoint If I send this from Weweb, on Xano I'll get this error: "Value "3,4,5,6" is not a valid integer" (that are the values of the first input array, that is actually containing integers) While by doing the same request from Xano…
-
Does anyone here know how to make a header and footer for a .txt file in xano?
I'm planning on creating a file resource (.txt) that has a sample format like this: HEADER 00000001 DETAILS/NAME/MMDDYYYY FOOTER 00000001 The details' data will be taken from a table while the header and footer are separately saved in a DB. Another thing, is it possible to create a file name sequence number that increments…
-
Confused with post error - Missing param: name, param: industry.methods.0.name
I have a post endpoint with authentication being sent from Weweb. I keep getting the following 400 error: code: ERROR_CODE_INPUT_ERROR, message: Missing param: name, payload: {param: industry.methods.0.name } What I cannot figure out, apart from generally making it work lol, is where the param name is coming from. My…
-
Xano Authentication with Weweb - Login works but error on Sign up
Not sure what I'm doing wrong. I suspect it has something to do with authentication token. I watched the Xano + Weweb video. It addresses login only. Not sign up.
-
Looking to hire a Xano freelancer (global)
Xano team—forgive me if this is the wrong place to put this. Let me know where would be better suited. Hi all, I'm looking to hire a Xano freelancer for an ongoing client project, ideally one that is familiar with taking advantage of the features on Xano's scale plan—test data environment and API branching specifically—and…
-
How to use Xano's Auth0 extension in front end?
Hi I am trying to make my users sign in via Auth0 on my front end (Weweb) and for that user data to populate in the Xano user table. I want to append my user table with some more data pulled in from external APIs. I've completed setting up the Auth0 extension in Xano and the demo works. The users populate in both Auth0 and…