Closed thom-moresoda closed 1 month ago
That indeed seems bizarre. Event types wouldn't just delete themselves out of the blue, and would require allowAdminChanges = true
to be possible.
Can you take a look in your events_eventtypes
db table, and see if there are any extra entries? We don't support soft-deletion of event types, otherwise there would be a dateDeleted
column to look at.
My only thought is that your project config is somehow out of sync. Maybe pulling from the production database, running ./craft project-config/rebuild
locally and making changes would help kick it back into shape?
Closing due to age.
Question
Hi
We have an issue where the Event Types are disappearing (and taking any live events with them)
Steps to recreate:
Stuff I've looked in to:
Versions Craft 4.3.4 Events 2.0.0-beta.10
Any insight in to this would be appreciated
Many thanks, Thom
Additional context
No response