You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue does indeed seem to be with the API. For the event you linked, the response comes like this:
{
data: {
event: {
id: '395106',
name: 'Ancoats Quiz Night',
summary: 'Ancoats Quiz Night',
description: "Come test your knowledge at Ancoats Quiz Night - it\\'s gonna be a blast!",
startDate: '2025-01-23T19:00:00+00:00',
endDate: '2025-01-23T22:00:00+00:00',
address: {...},
organizer: {...}
}
}
}
Maybe there’s some confusion between the properties—what should go into the summary is ending up in the description? All events also seem to have identical name and summary fields (I think we already discussed this in the Open Graph event metadata PR (#489)).
Description
These are looking extremely different. Unclear if this is an API issue or TransDim issue but logging it as here's where I'm experiencing it.
Steps to reproduce
Compare following URLs:
https://www.eventbrite.co.uk/e/ancoats-quiz-night-tickets-1024759512287?aff=ebdsoporgprofile
https://transdimension.uk/events/395106
The text was updated successfully, but these errors were encountered: