-
Authentication not working with other data sources
I was working on a second data source and branch on our authentication flow and kept getting this issue Whoops! An error occurred. Exception: Invalid authentication token. I decided to try on the live data source and it works I also tried with postman and when using the live data source it works, but when I change the data…
-
Reference no longer exists BUG
Hello, We have a situation, we don't know why in one of our table " contact", we have all field in "Reference no longer exists" for the relation with the table "establishement" Whereas the establishment is alway in the database. and when we add an establishment on a contact, the value is correct but if we refresh the…
-
Integers are saved as incorrect numbers
I'm trying to change an integer value, but am seeing the last two characters consistently overwritten to "00". Why? Step by pictures: In the long ID string above, I changed the last two numbers to 62, then pressed enter, but it's reverting back to "00". Extremely confusing, and actually just really alarming. Just to test,…
-
Why can I not filter by boolean==false with ignore empty values checked?
I'm facing an issue when querying all records of a table in my database and trying to apply filters. When I use a boolean to filter, it only works if the value is true and has no effect if it's false. I have the ignore empty values option checked. It seems like Xano treats false as an empty value, which doesn't make sense.…
-
Post with array input cannot have lambda in function stack?
I have a POST endpoint that is ingesting webhooks from a third party (wrike). The payloads are a single array like this: [ { "title": "Follow up on status of RFI with Architects", "taskId": "IEACIWZSKQZGQVIU", "oldValue": "Follow up on status of RFI with Architect", "eventType": "TaskTitleChanged", "webhookId":…
-
Google OAuth Extension "Bad request" workaround
Hey all! I've had issues with XANO's Google OAuth extension. I was continually getting "Bad request" for the "continue with google" part of the flow. Specifically in func_1 (google_oauth_getaccesstoken), when requesting an auth token from google after user successfully signs in. I followed the demo video beat for beat, and…
-
No Membership bug?
Hey everyone! I am receiving a message when I try to login to my Xano workspace "no membership." and was wondering if anyone has a solution for it. Thanks!
-
1.53.2 (Jun 22, 2023)
📤 New Function - Post Process Post Process allows you to add additional logic to your function stack that will execute after the API returns its designated response. This will allow you to reduce the time it takes for your APIs to respond if there is additional logic that you need to perform that is not required to…
-
Bug Database Cannot Find Workspace
Hi, I have been trying to work all day, but keep getting errors that one of my workspace is not found, I have filed a support ticket
-
Keep getting logged out + collapsing issues
Three issues, two are definitely bugs, the other i am not sure: Xano keeps logging me out when i return to the tab, easily once or twice a day. Is there a way to just stay logged in? Like, give me at least a week. The sidebar menu keeps collapsing itself even on a full width browser window on a 4k monitor. Groups in…
-
For each loop not processing everything (bug?)
Hello, so I have a relatively simple task to reset the daily statistics for users, using a "task" to do it and it was working well, but now there is about 3.5K of rows to edit and the loop is not processing everything. Strangest part, and why I think it is a bug is that, it does not result in an error, but it does not…
-
Create_object filter no returning entry from a null value.
I have two lists, key_list = ["a", "b", "c"], values_list = [1,2,null]. The create_object filter will return {"a":1, "b":2}, the entry with null will not be included. What can I do to ensure I return {"a":1, "b":2, "c":null}?
-
Is integer value 0 treated as null in Xano?
I created a test endpoint with an input with an integer that can be null and passed the value 0. In the endpoint, there is a conditional that returns when the input value is null. The value 0 is returning null. 0 is considered null in Xano?
-
All lambdas are down
Hi, I don't have any lambda's working on my workspace anymore... what's going on with the lambdas? I tested a small lambda that returns a simple string and I still get this message: Promise timed out after 10000 ms does anyone have the same problem?
-
Add Or Edit Record with now timestamp
I have a column updated_at and when updating the table with an update or a create record with the value now as a timestamp in it, it work. When using the Add Or Edit Record query it does not work and put 0 in it. I've tried to move the now in a variable, I've try to send ISO string instead and some other stuff but nothing…
-
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…
-
New records not saving in database
Hello! Just a little bug report. I'm seeding our database right now. Includes fields for Image, title, etc. I went through and added 30 images and titles, went Back to db dashboard, changed some details in another table, came back to the one in question and 14 of the records that had apparently saved (the little purple…
-
Having difficulty saving array of integers as table reference list
Hey folks! Thanks in advance for reading. I'm sending an array of integers from custom frontend (React Native) to Xano backend, and saving as a table reference list. One POST has many TECHNOLOGIES. It all works correctly in debugger: But it does not work correctly in practice: Xano appears to be expecting a single integer.…
-
Recieving 502 on POST calls
I am making calls from parabola to xano. i am iterating over a list and subsequently making 1 call per item in my list to update objects, keeping my DB in sync with bubble. When i make a lot of calls, i occassionally get a 502 error, BUT it's inconsistent. Even on Scale 1X i am getting this. does anyone else get this error…
-
Boolean being read as a text
Hey folks! I'm having a simple types issue in the Function stack. I've got a boolean type “isAcceptingSubmissions” that shows up as a text type in the API. Boolean in Database: In Debugger: But it is a “text” type when querying the database: Is this a bug? Thanks so much for your help!
-
My who instance was deleted?! What happened? Is this happening to anyone else?
For some uknown reason, my whole instance was deleted and I seem to have lost months of work. The application seems to still be working but we cannot access the instance on Xano. I hope this is a mistake. I even still have a credit on the account and an active card.
-
Xano has changed(?) and documentation has not?
I have an API and I want to iterate over an array of objects. Seems easy but my brain... My brain... I looked at this Xano resource: "For Each Loop" and there is a discrepancy in Michael's instructions (I think) and what I'm seeing on my screen. I want to access "Mission" with dot notation to manipulate the data and create…
-
Run debug the section numbers in the code is offset by 1 wrt run log
I have shared a screenshot where conditional input for image url processing in the run log is 5. and in the code on the left it is 6.
-
HUGE BUG with Bulk record JSON add.
Hi @Chris Coleman I followed the bulk record add tutorial and can confirm all is working however there seems to be a massive bug when doing it in a real scenario... Please see the following 30 second video. For context, the bulk json works in the API creation page debugger but fails to work in real situation and also the…
-
SQLSTATE[55000] error from Bulk Add Record
We encountered this error . we add 2 row record using Bulk Add Record this is working yesterday. thank you for your help sir Chris Error is: