Skip to main content

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 changed
Faster 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 the x-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

Fixed: Integration API routing
  • Changed query client configuration to route integration API calls directly to /api/v2 instead of through the /api/proxy endpoint
  • Browser requests are now authorized via x-user-access-token header directly with the API
  • Eliminates hop-by-hop header handling complexity from the proxy layer
  • Improves API response latency and connection reliability

Contributors

SaadK94@SaadK941 commit β€’ +3/-6 lines

Release Stats

MetricValue
Total Commits1
Lines Added+3
Lines Removed-6
Files Changed1
Release SizeSmall
ComplexitySimple

v2.350.2 deployed on May 21, 2026