monacousa-portal/docs-archive/DEPLOYMENT_FORCE_UPDATE.md

21 lines
917 B
Markdown

# Deployment Force Update
This file was created to force a deployment update to include the Events and RSVPs table configuration fields in the admin dialog.
**Updated**: 2025-08-12 12:49 PM
**Reason**: Add missing Events and RSVPs table configuration + Fix API token validation
## Changes Included:
- ✅ Events Table ID configuration field
- ✅ RSVPs Table ID configuration field
- ✅ Updated AdminConfigurationDialog component (the actual production component)
- ✅ Fixed TypeScript errors
- ✅ Added proper form validation for new fields
- ✅ Fixed ByteString conversion error in API token validation
- ✅ Added proper API token validation (no special Unicode characters)
## Root Cause Identified:
1. Production was using AdminConfigurationDialog.vue, not NocoDBSettingsDialog.vue
2. API tokens with special characters (bullets, quotes) cause HTTP header errors
3. Both issues have now been resolved