917 B
917 B
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:
- Production was using AdminConfigurationDialog.vue, not NocoDBSettingsDialog.vue
- API tokens with special characters (bullets, quotes) cause HTTP header errors
- Both issues have now been resolved