Matt 5680dfa65f
All checks were successful
Build and Push Docker Images / docker (push) Successful in 2m30s
Remove client-side Wren API key validation
The config.ts file was still checking for NEXT_PUBLIC_WREN_API_TOKEN
which no longer exists after moving to server-side proxy routes.

Changes:
- Remove all client-side environment variable checks
- Set wrenApiKey to dummy value 'server-proxy'
- Add comments explaining API key is server-side only
- Remove error logging for missing client-side key

This fixes the console error: "Missing required environment variable: NEXT_PUBLIC_WREN_API_TOKEN"
2025-11-03 12:23:46 +01:00
..