monacousa-portal/docs-archive/DEPLOYMENT_FORCE_UPDATE.md

21 lines
917 B
Markdown
Raw Normal View History

2025-08-12 12:43:54 +02:00
# 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.
2025-08-12 12:53:05 +02:00
**Updated**: 2025-08-12 12:49 PM
**Reason**: Add missing Events and RSVPs table configuration + Fix API token validation
2025-08-12 12:43:54 +02:00
## 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
2025-08-12 12:53:05 +02:00
- ✅ Fixed ByteString conversion error in API token validation
- ✅ Added proper API token validation (no special Unicode characters)
2025-08-12 12:43:54 +02:00
## Root Cause Identified:
2025-08-12 12:53:05 +02:00
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