Documentation Index
Fetch the complete documentation index at: https://docs.nudj.cx/llms.txt
Use this file to discover all available pages before exploring further.
π΅ v2.350.2
β Simple Complexity β’ 1 commit β’ 1 file changedFaster API Performance β Direct routing of integration API calls eliminates proxy latency, delivering snappier user experiences. This fix resolves header-handling issues that emerged in the previous hotfix by taking a cleaner architectural approach.
Whatβs New
- Faster API Response Times β Integration API calls now route directly to the backend, cutting latency by eliminating the proxy hop
- More Reliable API Communication β Token-based authorization (
x-user-access-token) provides a cleaner, more stable connection path - Improved Platform Stability β Eliminates the proxy layer complexity that was causing header handling issues
Context
Version 2.350.1 included a hotfix to strip hop-by-hop headers from API proxy requests. This release takes a better architectural approach: integration API calls now route directly to the backend, completely bypassing the proxy. The browser is authorized directly via thex-user-access-token header, resulting in:
β Lower latency β One fewer network hopβ Simpler code β No need to maintain proxy header logic
β More robust β Token-based auth directly with the API This is the proper fix that the previous hotfix was working toward.
Apps Updated
User App
β Updated - 1 change
API
β No changes
Admin
β No changes
MCP Server
β No changes
Website
β No changes
Games
β No changes
Detailed Changes
User App
User App
Fixed: Integration API routing
- Changed query client configuration to route integration API calls directly to
/api/v2instead of through the/api/proxyendpoint - Browser requests are now authorized via
x-user-access-tokenheader directly with the API - Eliminates hop-by-hop header handling complexity from the proxy layer
- Improves API response latency and connection reliability
Contributors
@SaadK941 commit β’ +3/-6 linesRelease Stats
| Metric | Value |
|---|---|
| Total Commits | 1 |
| Lines Added | +3 |
| Lines Removed | -6 |
| Files Changed | 1 |
| Release Size | Small |
| Complexity | Simple |
v2.350.2 deployed on May 21, 2026

