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
This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2026-01-10 10:49:19 -03:00
parent d2d65ef21f
commit 23f947e578
2 changed files with 3 additions and 2 deletions

3
.gitignore vendored
View file

@ -28,7 +28,8 @@ docs/book
# Installers (keep gitkeep) # Installers (keep gitkeep)
botserver-installers/* botserver-installers/*
!botserver-installers/.gitkeep !botserver-installers/.gitkeep
botserver-stack
TODO*
# IDE/Editor settings (local only) # IDE/Editor settings (local only)
.vscode/ .vscode/
.zed/ .zed/

@ -1 +1 @@
Subproject commit f105928012a9a56993d8825e438c3a3f0eec7942 Subproject commit 73adb47cd41b48cc04307c01ec102f69b50aa674