monacousa-portal/server/utils
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
..
admin-config.ts Add NocoDB events/RSVPs table config and improve session handling 2025-08-12 12:24:16 +02:00
email-tokens.ts Add circuit breaker pattern to email verification system 2025-08-10 15:48:11 +02:00
email.ts Fix email template logo URLs 2025-08-11 16:42:10 +02:00
keycloak-admin.ts Enhance member deletion and implement template-based email system 2025-08-09 17:36:35 +02:00
keycloak.ts Initialize Nuxt.js project with Docker deployment setup 2025-08-06 14:31:16 +02:00
member-id.ts Add global branding and implement member ID system 2025-08-10 16:49:23 +02:00
nocodb-events.ts fix(events): Complete field name and query syntax fix based on debug findings 2025-08-12 13:41:59 +02:00
nocodb.ts fixes 2025-08-12 13:07:43 +02:00
security.ts Add password setup flow with server-side validation 2025-08-09 19:11:54 +02:00
session.ts Clean up authentication troubleshooting artifacts 2025-08-07 15:14:02 +02:00