When RSVPing to an event (tested on https://queerjs.com/vienna-jan-2025/) everything seems to work fine, and the console log confirms that the attendee was created: Human was created, document ID is recYejm4cHKBDuYyV. Also in the network tab I see a successful POST request against api.airtable.com , but the attendees never show up on the page.
I am not familiar with Gatsby and Airtable and didn't want to set up my own Airtable account to debug further, but I assume it has to do with the Airtable source? At least in the city template and main page code everything seems reasonable to me. Let me know if you need more info for further debugging.
When RSVPing to an event (tested on https://queerjs.com/vienna-jan-2025/) everything seems to work fine, and the console log confirms that the attendee was created:
Human was created, document ID is recYejm4cHKBDuYyV. Also in the network tab I see a successful POST request against api.airtable.com , but the attendees never show up on the page.I am not familiar with Gatsby and Airtable and didn't want to set up my own Airtable account to debug further, but I assume it has to do with the Airtable source? At least in the city template and main page code everything seems reasonable to me. Let me know if you need more info for further debugging.