open-notebook/docs
LUIS NOVO 9103ab46be fix: rename _config to config to fix production routing
CRITICAL BUG FIX: The /_config endpoint has never worked in production builds
because Next.js treats folders starting with underscore as "private folders"
and excludes them from routing entirely.

This endpoint is critical for:
- Providing API_URL to the browser at runtime
- Enabling zero-config deployments with auto-detection
- Supporting reverse proxy scenarios where API URL differs from frontend URL

Changes:
- Rename frontend/src/app/_config/ → frontend/src/app/config/
- Update client code references (/_config → /config)
- Update documentation with correct endpoint path
- Bump version to 1.1.0 (minor version for new rewrites feature + bug fix)

Impact:
- Runtime configuration now works in production builds
- /config returns {"apiUrl":"http://localhost:5055"} correctly
- Auto-detection for reverse proxy deployments now functional

Related: #179, OSS-321
2025-10-24 10:44:42 -03:00
..
assets Version 1 (#160) 2025-10-18 12:46:22 -03:00
deployment fix: rename _config to config to fix production routing 2025-10-24 10:44:42 -03:00
development chore: developer experience 2025-10-18 18:14:16 -03:00
features docs: clearly shows /v1 to prevent user mistakes 2025-10-19 12:08:48 -03:00
getting-started docs: increase database info exposure 2025-10-20 17:26:16 -03:00
migration Version 1 (#160) 2025-10-18 12:46:22 -03:00
troubleshooting docs: setup 2025-10-20 15:25:28 -03:00
user-guide Version 1 (#160) 2025-10-18 12:46:22 -03:00
index.md docs: Improve consistency and fix outdated info (#182) 2025-10-20 12:14:07 -03:00