Get Help

Got a question?

Search for it here before posting!
  • API Cache Bug?

    I am trying out Xano/WeWeb for the first time. Not a developer - but am making a little progress which is fun because I'm learning new things. I initially wrote this in WeWeb Community before I realized I was in the exact wrong place I need to be. In XANO: 1 - Created an endpoint that I added a backslash to the name “/” (rookie mistake) 2 - The endpoint was created with two backslashes as I should NOT have added one to the name. "//"For example “//category/tree” (did not know Xano generate a backslash by default) 3 - I tried to correct in XanoScript - as I could not find an easier "rename" option. 4 - After trial and error - I deleted it. And It no longer exists in the API list. 5 - But I can’t create a new one because it says "The name conflicts with another API endpoint." I am guessing it’s some sort of cache issue. But being very much a novice - I have no idea where to look or IF that is the issue. These are currently the category API: category (5) GET category POST category DELETE category/{category_id} GET category/{category_id} PATCH category/{category_id} Any help or suggestions would be welcome! Thank you!
    há 21 dias
    6
  • 2FA bug? I can't enter my account | HELP

    Hey! Im using the 2FA via google authenticator. I tried signing in this morning and my 2FA code kept getting rejected. I verified Im getting the right code and that I didnt have any mistake on my end. I tried it several times till my 6th attempt got me inside the app. All 5 first attempts got rejeceted even though I was using the right code 100% 4 hours later - again same issue Im trying again now and it keeps on failing. Its been a about 4 hours since the above attempt. Now It keeps rejecting ky 2FA codes constantly This is what i get every time: Please help.. Im locked out Thanks! Omer
    há 25 dias
    3
  • Where to install extensions? I can't find marketplace

    I think I'm going crazy cause I really can't find xano marketplace. I'm planning to install auth extensions for google, facebook etc. The video tutorials and links are outdated? https://www.xano.com/connect/facebook-oauth/ https://www.xano.com/connect This is all I could find but there's no way to install? Please help. Thank you.
    Answered
    há um mês
    2
  • Working from IDE

    I'm trying to pull my workspace to my IDE, but it can't pull custom functions. I've used the vscode extension, and the xano cli but it's not letting me pull the functions nor export it.
    há um mês
    1
  • How to sort a field in a nested addon

    Hi, I am trying to sort a field in a nested addon - as below I want to sort this by event_sequence. I have watched the video here. This is my function - Xanoscript - query getOrderDetails_0 verb=GET { api_group = "shipogogo" input { int order_id? } stack { db.query sgogoOrders { where = $db.sgogoOrders.id == $input.order_id return = {type: "list"} addon = [ { name : "orders_to_shipments" input: {sgogoorders_id: $output.id} addon: [ { name : "shipments_to_events" input: {sgogoshipments_id: $output.id} as : "_shipments_to_events" } { name : "shipments_to_couriers" input: {sgogoCouriers_id: $output.sgogocouriers_id} as : "_shipments_to_couriers" } ] as : "_orders_to_shipments" } ] } as $sgogoOrders1 var $sort_sequence { value = $sgogoOrders1 |set:$sgogoOrders1._orders_to_shipments._shipments_to_events:"$$|sort:event_sequence" } } response = $sgogoOrders1 } and here is the error I also tried a sort - query getOrderDetails_0 verb=GET { api_group = "shipogogo" input { int order_id? } stack { db.query sgogoOrders { where = $db.sgogoOrders.id == $input.order_id return = {type: "list"} addon = [ { name : "orders_to_shipments" input: {sgogoorders_id: $output.id} addon: [ { name : "shipments_to_events" input: {sgogoshipments_id: $output.id} as : "_shipments_to_events" } { name : "shipments_to_couriers" input: {sgogoCouriers_id: $output.sgogocouriers_id} as : "_shipments_to_couriers" } ] as : "_orders_to_shipments" } ] } as $sgogoOrders1 !var $sort_sequence { value = $sgogoOrders1 |set:$sgogoOrders1._orders_to_shipments._shipments_to_events:"$$|sort:event_sequence" } var $sort_sequence { value = $sgogoOrders1 |sort:$sgogoOrders1._orders_to_shipments._shipments_to_events.event_sequence:"itext":true } } response = $sgogoOrders1 } but got this error - I would appreciate any assistance. Thanks Steve
    há um mês
    2
  • Best AI assisted coding setup for xano development

    Hey I’m trying to figure out the best AI-assisted development setup for working with Xano and would love to hear what other developers are doing. For those using Cursor or VS Code with AI tools: Are you mainly using the Xano MCP setup? Or is the VS Code extension enough? How are you structuring your workflow with AI agents? Is GitHub part of your setup for versioning/prompts/workflows, or are you mostly working directly against Xano? Any best practices for documentation/context management so the AI actually understands your backend structure? Would appreciate screenshots, stack examples, or “this is what finally worked for me” type replies
    Answered
    há um mês
    2
  • jason aggarwal

    GIN - xdo issues when using xanocli to increment db schema

    Has anybody run into issues when using xanocli to extend tables originally created through the Xano UI. We get some GIN , xdo complaints when we try to review the update in sandbox.
    há um mês
    0
  • BUG: Xanoscript doesnt allow for $this on a add-on onto a array field

    While I do this and it works perfectly, I could go to Xanoscript editor and save without changing anything and it becomes like below. Im unable to use xanoscript on certain endpoints due to this.
    há um mês
    0
  • Does Database Transaction affects database manipulation inside a function?

    If I have a stack like: 1. Database Transaction 1.1 Custom Function 1.1.1 Get Record <with lock> 1.1.2 Edit Record the transaction declared outside the function will do the work as expected?
    há um mês
    0
  • LLM voice conversation

    Hello, As part of my web app, I would like to have a feature where users can chat vocally with an LLM. Of course the LLM would have a prompt to be told how to behave, guidelines about what to answer, etc. I use Weweb as frontend. Would anyone know how I can make this happen? Thanks
    há um mês
    1