From 23f947e578aab55ac7da68be1b3305d45f578aa4 Mon Sep 17 00:00:00 2001 From: "Rodrigo Rodriguez (Pragmatismo)" Date: Sat, 10 Jan 2026 10:49:19 -0300 Subject: [PATCH] fix: add /api/auth to anonymous paths for chat session creation - Fix 401 Unauthorized on /api/auth?bot_name=default endpoint - Allow anonymous users to create chat sessions without prior authentication - Fix i18n.js DOM timing issue - wait for document.body before attaching listeners --- .gitignore | 3 ++- botserver | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 67551ae..cc52a10 100644 --- a/.gitignore +++ b/.gitignore @@ -28,7 +28,8 @@ docs/book # Installers (keep gitkeep) botserver-installers/* !botserver-installers/.gitkeep - +botserver-stack +TODO* # IDE/Editor settings (local only) .vscode/ .zed/ diff --git a/botserver b/botserver index f105928..73adb47 160000 --- a/botserver +++ b/botserver @@ -1 +1 @@ -Subproject commit f105928012a9a56993d8825e438c3a3f0eec7942 +Subproject commit 73adb47cd41b48cc04307c01ec102f69b50aa674