|
Build And Push Image / docker (push) Successful in 3m34s
Details
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 |
||
|---|---|---|
| .. | ||
| admin-config.ts | ||
| email-tokens.ts | ||
| email.ts | ||
| keycloak-admin.ts | ||
| keycloak.ts | ||
| member-id.ts | ||
| nocodb-events.ts | ||
| nocodb.ts | ||
| security.ts | ||
| session.ts | ||