monacousa-portal/server
Matt c4789ec9df
Build And Push Image / docker (push) Successful in 3m34s Details
fix(events): Complete field name and query syntax fix based on debug findings
Root cause identified and fixed:
- Events table uses 'Id' (capital I) not 'id' (lowercase)
- Fixed all field references to use correct NocoDB field names
- Added proper filtering with gte/lte operators (btw didn't work)
- Fixed RSVP lookup to prevent undefined event ID errors
- Updated calendar transformation to use correct field names

 Debug findings showed:
- Basic table access works (mp3wigub1fzdo1b confirmed correct)
- Sample record revealed actual field structure
- Issue was field name mismatch causing undefined IDs in queries

 This should resolve all 422 errors and make events calendar functional
2025-08-12 13:41:59 +02:00
..
api fixes 2025-08-12 12:53:05 +02:00
plugins Implement dynamic admin configuration system for NocoDB settings 2025-08-07 20:18:28 +02:00
templates Fix email template compatibility and enhance user dashboard 2025-08-11 16:26:51 +02:00
utils fix(events): Complete field name and query syntax fix based on debug findings 2025-08-12 13:41:59 +02:00