<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0" xmlns:webfeeds="http://webfeeds.org/rss/1.0">
    <channel>
        <title><![CDATA[Xano Community]]></title>
        <description><![CDATA[Xano Community]]></description>
        <link>https://community.xano.com</link>
        <generator>Bettermode RSS Generator</generator>
        <lastBuildDate>Tue, 26 May 2026 18:18:15 GMT</lastBuildDate>
        <atom:link href="https://community.xano.com/rss/feed" rel="self" type="application/rss+xml"/>
        <pubDate>Tue, 26 May 2026 18:18:15 GMT</pubDate>
        <copyright><![CDATA[2026 Xano Community]]></copyright>
        <language><![CDATA[en-US]]></language>
        <ttl>60</ttl>
        <webfeeds:icon></webfeeds:icon>
        <webfeeds:related layout="card" target="browser"/>
        <item>
            <title><![CDATA[LLM voice conversation]]></title>
            <description><![CDATA[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, ...]]></description>
            <link>https://community.xano.com/questions-8vc7xeti/post/llm-voice-conversation-5sEVhewzrmYpjVw</link>
            <guid isPermaLink="true">https://community.xano.com/questions-8vc7xeti/post/llm-voice-conversation-5sEVhewzrmYpjVw</guid>
            <dc:creator><![CDATA[David S]]></dc:creator>
            <pubDate>Mon, 25 May 2026 05:43:23 GMT</pubDate>
            <content:encoded><![CDATA[<p>Hello,</p><p>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.</p><p>I use Weweb as frontend. Would anyone know how I can make this happen?</p><p>Thanks</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA['Export Data' feature to pick the workspace live branch]]></title>
            <description><![CDATA[
This screen in the settings allows the export of the workspace including data and business logic in the 'workspace.json' file.

This export always exports from the workspace v1 branch, but in several ...]]></description>
            <link>https://community.xano.com/product-feedback-xjjbnyli/post/export-data-feature-to-pick-the-workspace-live-branch-G63f6UJ8xthIQdL</link>
            <guid isPermaLink="true">https://community.xano.com/product-feedback-xjjbnyli/post/export-data-feature-to-pick-the-workspace-live-branch-G63f6UJ8xthIQdL</guid>
            <category><![CDATA[Product & Design]]></category>
            <dc:creator><![CDATA[Mihály Tóth]]></dc:creator>
            <pubDate>Thu, 21 May 2026 07:25:42 GMT</pubDate>
            <content:encoded><![CDATA[<figure data-align="center" data-size="best-fit" data-id="X8iKjY99xK9zFot130Epx" data-version="v2" data-type="image"><img data-id="X8iKjY99xK9zFot130Epx" src="https://tribe-s3-production.imgix.net/X8iKjY99xK9zFot130Epx?auto=compress,format"></figure><p><br>This screen in the settings allows the export of the workspace including data and business logic in the 'workspace.json' file. <br><br>This export always exports from the workspace v1 branch, but in several cases the live branch of a workspace has been moved off from the v1 and as a result by exporting from here, we get to a 'business logic drift' state. <br><br>I completely understand that to export the latest business logic with option to control the exported branch we can use the metadata API route: 'workspace/export-schema' and the 'workspace/export' endpoints, which allow specifying the branch. <br><br>But it would be nice to not have to use the metadata API for something that's also there in the UI. </p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Bug: Can't add middleware to an api group]]></title>
            <description><![CDATA[When I want to add a middleware to a whole api group, it doesn't work/save. I see that there is a request to /api:mvp-admin/app/3 which fails with a 400 and the following response:

{
"code": "...]]></description>
            <link>https://community.xano.com/introductions-orqbip0w/post/bug-can-t-add-middleware-to-an-api-group-oO8HV0RXRgVOYYQ</link>
            <guid isPermaLink="true">https://community.xano.com/introductions-orqbip0w/post/bug-can-t-add-middleware-to-an-api-group-oO8HV0RXRgVOYYQ</guid>
            <category><![CDATA[bug]]></category>
            <dc:creator><![CDATA[Stefan Pointecker]]></dc:creator>
            <pubDate>Mon, 18 May 2026 07:36:52 GMT</pubDate>
            <content:encoded><![CDATA[<p>When I want to add a middleware to a whole api group, it doesn't work/save. I see that there is a request to <code>/api:mvp-admin/app/3</code> which fails with a <code>400</code> and the following response:</p><p><code>{<br>    "code": "ERROR_CODE_INPUT_ERROR",<br>    "message": "Invalid filter:  &lt;collection name&gt;",<br>"payload": {<br> "param": "search"<br>    }<br>}</code></p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[AI agent bug?]]></title>
            <description><![CDATA[Hey!



Im trying the new AI agent to build simple functions and keep getting this message. Couldn't get it to work so far





Thanks for the help!

Omer

]]></description>
            <link>https://community.xano.com/introductions-orqbip0w/post/ai-agent-bug-y93uaFXFr7ME14H</link>
            <guid isPermaLink="true">https://community.xano.com/introductions-orqbip0w/post/ai-agent-bug-y93uaFXFr7ME14H</guid>
            <category><![CDATA[error]]></category>
            <dc:creator><![CDATA[Omer Bialer]]></dc:creator>
            <pubDate>Mon, 04 May 2026 16:41:40 GMT</pubDate>
            <content:encoded><![CDATA[<p>Hey!</p><p></p><p>Im trying the new AI agent to build simple functions and keep getting this message. Couldn't get it to work so far</p><p></p><figure data-align="center" data-size="best-fit" data-id="XBe9DohFNo0YBP8JvCORo" data-version="v2" data-type="image"><img data-id="XBe9DohFNo0YBP8JvCORo" src="https://tribe-s3-production.imgix.net/XBe9DohFNo0YBP8JvCORo?auto=compress,format"></figure><p></p><p>Thanks for the help!</p><p>Omer</p><p></p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Xano MCP Server connection issues to Claude]]></title>
            <description><![CDATA[Hi,
Spent half the day today trying to connect Claude to my instance MCP Server in accordance with the post attached ( https://docs.xano.com/ai-tools/mcp-builder/connecting-clients [https://docs.xano.com/ai-tools/mcp-builder/connecting-clients] ) and the docs that ...]]></description>
            <link>https://community.xano.com/questions-8vc7xeti/post/xano-mcp-server-connection-issues-to-claude-xBZT6tbJmNYBRLW</link>
            <guid isPermaLink="true">https://community.xano.com/questions-8vc7xeti/post/xano-mcp-server-connection-issues-to-claude-xBZT6tbJmNYBRLW</guid>
            <category><![CDATA[claude]]></category>
            <category><![CDATA[Claude Code]]></category>
            <category><![CDATA[MCP]]></category>
            <dc:creator><![CDATA[Bobo Zivkovic]]></dc:creator>
            <pubDate>Sat, 02 May 2026 21:00:25 GMT</pubDate>
            <content:encoded><![CDATA[<p>Hi,<br>Spent half the day today trying to connect Claude to my instance MCP Server in accordance with the  post attached ( <a class="text-interactive hover:text-interactive-hovered" rel="noopener noreferrer nofollow" href="https://docs.xano.com/ai-tools/mcp-builder/connecting-clients">https://docs.xano.com/ai-tools/mcp-builder/connecting-clients</a> ) and the docs that go with it ( <a class="text-interactive hover:text-interactive-hovered" rel="noopener noreferrer nofollow" href="https://docs.xano.com/ai-tools/mcp-builder/connecting-clients">https://docs.xano.com/ai-tools/mcp-builder/connecting-clients</a> )<br></p><p>But I'm just getting errors in Claude that it can't connect to the MCP Server etc. And from reading a lot of posts on this forum many others have the same issues and most error logs point to the Streaming connection URL / or SSE.<br><br>Example here: <a class="text-interactive hover:text-interactive-hovered" rel="noopener noreferrer nofollow" href="https://community.xano.com/ask-the-community/post/xano-mcp-server-connection-issue---invalid-content-type-for-sse-endpoint-1KRUQPgrd7dlTYp">https://community.xano.com/ask-the-community/post/xano-mcp-server-connection-issue---invalid-content-type-for-sse-endpoint-1KRUQPgrd7dlTYp</a><br><br>And here:  <a class="text-interactive hover:text-interactive-hovered" rel="noopener noreferrer nofollow" href="https://community.xano.com/ask-the-community/post/how-to-install-xano-mcp-server-in-claude-web-wPXuYQ7W4i4X2ID">https://community.xano.com/ask-the-community/post/how-to-install-xano-mcp-server-in-claude-web-wPXuYQ7W4i4X2ID</a></p><p>I find the official docs to be pretty unclear. How exactly should the url be built up, the docs show:</p><blockquote><p>For the Xano MCP Server or a server you built that requires authentication, you’ll need to embed the token in the server URL, as shown below.<br>&lt;url&gt;/&lt;token&gt;/streaming</p></blockquote><p>So if the Streaming connection is: https://xxxx-yyyy-xxx.yy.xano.io/x2/mcp/meta/mcp/stream<br><br>Should it then be: https://xxxx-yyyy-xxx.yy.xano.io/x2/mcp/meta/mcp/stream/&lt;token&gt;/streaming ?<br><br>I've tried every combination there is (I think?) and pasted according to this<br><strong>For Claude Pro and Max Plans</strong></p><ol><li><p>Navigate to Settings &gt; Connectors.</p></li><li><p>Locate the “Connectors” section.</p></li><li><p>Click “Add custom connector” at the bottom of the section.</p></li><li><p>Add your connector’s remote MCP server URL.</p></li><li><p>Finish configuring your connector by clicking “Add.”</p></li></ol><p></p><p>Would love to hear from someone on the Xano team as there has been plenty of reports on this.<br>Thanks in advance,</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Realtime Trigger for Nested Channels]]></title>
            <description><![CDATA[I’m trying to implement Realtime triggers in Xano for a scenario involving nested channels, but I’m running into some limitations and would like to clarify what is supported.

I created a channel called...]]></description>
            <link>https://community.xano.com/questions-8vc7xeti/post/realtime-trigger-for-nested-channels-Kq5uJSJXWxS8ZSx</link>
            <guid isPermaLink="true">https://community.xano.com/questions-8vc7xeti/post/realtime-trigger-for-nested-channels-Kq5uJSJXWxS8ZSx</guid>
            <dc:creator><![CDATA[Francisco Azevedo]]></dc:creator>
            <pubDate>Thu, 30 Apr 2026 17:18:10 GMT</pubDate>
            <content:encoded><![CDATA[<p>I’m trying to implement Realtime triggers in Xano for a scenario involving nested channels, but I’m running into some limitations and would like to clarify what is supported.</p><p>I created a channel called example, which behaves as a nested channel (example/*). My goal is to have a trigger that captures all messages sent to any subchannel under example/*, so that I can process and store those messages on the backend.</p><p>However, the current behavior is that messages are successfully exchanged between clients in subchannels such as example/abc or example/123, but the trigger configured in Xano is never executed for those messages.</p><p>In a discussion with the Xano AI agent, I was told that this might be happening because the channel configured in the trigger is set to example instead of example/*. The issue is that the channel appears to be automatically defined by Xano, and even when attempting to modify it via XanoScript, I can only remove the channel name but not change it to a wildcard pattern like example/*.</p><p>So my question is whether it is currently possible to configure a Realtime trigger that works with nested channels using a wildcard pattern such as example/*, or if there is a limitation that only allows triggers to be associated with exact channel names. If wildcard support is not available, what would be the recommended approach to capture messages from multiple subchannels under the same parent channel?<br><br>FA</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Triggers not firing after latest update]]></title>
            <description><![CDATA[Hi everyone,

Since the latest update, I’ve been experiencing an issue with my triggers. They were working perfectly before, but now they no longer seem to fire at all.

I haven’t made any changes to the ...]]></description>
            <link>https://community.xano.com/questions-8vc7xeti/post/triggers-not-firing-after-latest-update-jHpOOb0envnZxTO</link>
            <guid isPermaLink="true">https://community.xano.com/questions-8vc7xeti/post/triggers-not-firing-after-latest-update-jHpOOb0envnZxTO</guid>
            <dc:creator><![CDATA[Farouk ZEMMOURI]]></dc:creator>
            <pubDate>Wed, 29 Apr 2026 10:17:31 GMT</pubDate>
            <content:encoded><![CDATA[<p>Hi everyone,</p><p>Since the latest update, I’ve been experiencing an issue with my triggers. They were working perfectly before, but now they no longer seem to fire at all.</p><p>I haven’t made any changes to the related logic, so I’m wondering if this could be linked to the recent update.</p><p>Has anyone else encountered the same problem or found a workaround?</p><p>Thanks in advance for your help!</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[A note from Sean Montgomery (CTO) regarding today's service disruption]]></title>
            <description><![CDATA[Hey everyone — wanted to let you know that earlier today (12:39–12:52 PM PST), a subset of our legacy clusters experienced a brief service disruption caused by a networking bug introduced during a ...]]></description>
            <link>https://community.xano.com/discussion-and-questions-1kv6mqqm/post/a-note-from-sean-montgomery-cto-regarding-today-s-service-disruption-FhUpilfspLEb7cs</link>
            <guid isPermaLink="true">https://community.xano.com/discussion-and-questions-1kv6mqqm/post/a-note-from-sean-montgomery-cto-regarding-today-s-service-disruption-FhUpilfspLEb7cs</guid>
            <dc:creator><![CDATA[Sean Montgomery]]></dc:creator>
            <pubDate>Tue, 28 Apr 2026 20:39:36 GMT</pubDate>
            <content:encoded><![CDATA[<p>Hey everyone — wanted to let you know that earlier today (12:39–12:52 PM PST), a subset of our legacy clusters experienced a brief service disruption caused by a networking bug introduced during a routine infrastructure migration. Our team resolved it within 13 minutes and all systems are fully operational.<br><br>I want to personally apologize for any disruption this caused. Reliability is a core commitment we make to all of you, and even a brief outage isn't acceptable to us. We're implementing additional safeguards and automated test coverage to make sure something like this doesn't reach production again.<br><br>Thanks for your patience and for being part of this community.</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Xano down for anyone else?]]></title>
            <description><![CDATA[User in TX and colleague in TN unable to login to Xano. Apps are unable to login as well.]]></description>
            <link>https://community.xano.com/questions-8vc7xeti/post/xano-down-for-anyone-else-SvJVjf3sP1kgoDT</link>
            <guid isPermaLink="true">https://community.xano.com/questions-8vc7xeti/post/xano-down-for-anyone-else-SvJVjf3sP1kgoDT</guid>
            <category><![CDATA[Engineering]]></category>
            <category><![CDATA[error]]></category>
            <category><![CDATA[help]]></category>
            <dc:creator><![CDATA[Derek Turner]]></dc:creator>
            <pubDate>Tue, 28 Apr 2026 19:49:31 GMT</pubDate>
            <content:encoded><![CDATA[<p>User in TX and colleague in TN unable to login to Xano. Apps are unable to login as well.</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Option to disable or suppress the Set-Cookie: XNS header on API responses]]></title>
            <description><![CDATA[Problem Statement



Xano automatically appends a Set-Cookie: XNS=...; Path=/socket/; Secure; HttpOnly; SameSite=Strict header to every API response — including read-only, public endpoints with no ...]]></description>
            <link>https://community.xano.com/product-feedback-xjjbnyli/post/option-to-disable-or-suppress-the-set-cookie-xns-header-on-api-responses-NlOO68Z8ArVgbEu</link>
            <guid isPermaLink="true">https://community.xano.com/product-feedback-xjjbnyli/post/option-to-disable-or-suppress-the-set-cookie-xns-header-on-api-responses-NlOO68Z8ArVgbEu</guid>
            <dc:creator><![CDATA[Louis Machado]]></dc:creator>
            <pubDate>Tue, 28 Apr 2026 15:29:16 GMT</pubDate>
            <content:encoded><![CDATA[<p>Problem Statement</p><p></p><p>Xano automatically appends a Set-Cookie: XNS=...; Path=/socket/; Secure; HttpOnly; SameSite=Strict header to every API response — including read-only, public endpoints with no authentication or Realtime features enabled. This header cannot be removed using Xano's built-in HTTP Header function step, as it is injected at the infrastructure level after the function stack runs.</p><p></p><p>This causes a critical caching problem: most CDNs (e.g., Cloudflare, Fastly, AWS CloudFront) will not cache any response that contains a Set-Cookie header, since cookies are typically user-specific. As a result, even endpoints with response caching enabled in Xano cannot benefit from CDN-level caching. This defeats the purpose of using a CDN and puts unnecessary load on the Xano instance for every request.</p><p></p><p>Proposed Solution</p><p></p><p>Please provide one or more of the following options:</p><p></p><ol><li><p>A workspace-level toggle to disable the XNS cookie on workspaces that do not use the Realtime feature.</p></li><li><p>2. A way to suppress or strip the Set-Cookie header on specific API endpoints via the HTTP Header function step.</p></li><li><p>3. At minimum, official documentation clarifying whether this behavior is intentional or a bug, so users can plan their infrastructure accordingly.</p></li></ol>]]></content:encoded>
        </item>
    </channel>
</rss>