Settings
Configure connection to your 1C Trade Management 8.3 server. Settings are saved in your browser's local storage.
⚠️ No server env vars detected
Set ONE_C_URL, ONE_C_USERNAME, ONE_C_PASSWORD, and ONE_C_INFOBASE in Vercel or your .env.local file. Browser settings below will be used as fallback.
📋 Prerequisites for 1C UT 8.3 OData access
- Enable OData in 1C Administration → Infobase settings → Enable REST API
- Ensure the user has the "REST API" role or Administrator rights
- If running in the cloud/Vercel, the 1C server must be publicly accessible
- CORS: Use a reverse proxy if the 1C server doesn't send CORS headers
🔒 Security note
Settings (including password) are stored in your browser's localStorage and sent as request headers to the Next.js API. Always use HTTPS in production to protect credentials in transit.